<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Pushing data to Flash using binary sockets</title>
	<atom:link href="http://www.neuroproductions.be/experiments/pushing-data-to-flash-using-binary-sockets/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.neuroproductions.be/experiments/pushing-data-to-flash-using-binary-sockets/</link>
	<description>Freelance Creative Developer - IOS -WebGL - Flash</description>
	<lastBuildDate>Fri, 03 Feb 2012 19:42:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: srvikram13</title>
		<link>http://www.neuroproductions.be/experiments/pushing-data-to-flash-using-binary-sockets/comment-page-1/#comment-618</link>
		<dc:creator>srvikram13</dc:creator>
		<pubDate>Thu, 11 Nov 2010 11:03:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.neuroproductions.be/?p=34#comment-618</guid>
		<description>First of all, I loved the above example. I&#039;ve never worked with sockets. Your tutorial provided a good head start.

Secondly, I need to implement SSL/TLS in Flash ActionScript. &#039;as3crypto&#039; only supports partial TLS. 
Can you please point me in the right direction just so that I can get started?

And, keep up the good work Sensei!</description>
		<content:encoded><![CDATA[<p>First of all, I loved the above example. I&#8217;ve never worked with sockets. Your tutorial provided a good head start.</p>
<p>Secondly, I need to implement SSL/TLS in Flash ActionScript. &#8216;as3crypto&#8217; only supports partial TLS.<br />
Can you please point me in the right direction just so that I can get started?</p>
<p>And, keep up the good work Sensei!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kris</title>
		<link>http://www.neuroproductions.be/experiments/pushing-data-to-flash-using-binary-sockets/comment-page-1/#comment-36</link>
		<dc:creator>kris</dc:creator>
		<pubDate>Tue, 27 Jan 2009 20:56:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.neuroproductions.be/?p=34#comment-36</guid>
		<description>I don&#039;t know much about C++, but maybe this will help? http://www.alhem.net/Sockets/tutorial/</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know much about C++, but maybe this will help? <a href="http://www.alhem.net/Sockets/tutorial/" rel="nofollow">http://www.alhem.net/Sockets/tutorial/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ravi</title>
		<link>http://www.neuroproductions.be/experiments/pushing-data-to-flash-using-binary-sockets/comment-page-1/#comment-35</link>
		<dc:creator>Ravi</dc:creator>
		<pubDate>Tue, 27 Jan 2009 19:19:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.neuroproductions.be/?p=34#comment-35</guid>
		<description>Can you pls suggest me the C++ Code instead of Java server, I</description>
		<content:encoded><![CDATA[<p>Can you pls suggest me the C++ Code instead of Java server, I</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kris</title>
		<link>http://www.neuroproductions.be/experiments/pushing-data-to-flash-using-binary-sockets/comment-page-1/#comment-34</link>
		<dc:creator>Kris</dc:creator>
		<pubDate>Tue, 23 Dec 2008 13:07:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.neuroproductions.be/?p=34#comment-34</guid>
		<description>No, no loop, just the ProgressEvent.
Try adding these events for debugging: Event.CONNECT,IOErrorEvent.IO_ERROR, SecurityErrorEvent.SECURITY_ERROR

Also, now I&#039;m implementing it in a real world example I noticed you have to sheck a policy file from a socket server on the same domain

Security.loadPolicyFile(&quot;xmlsocket://localhost:9998)

Google for &quot;Socket policy server&quot; for an example. :)</description>
		<content:encoded><![CDATA[<p>No, no loop, just the ProgressEvent.<br />
Try adding these events for debugging: Event.CONNECT,IOErrorEvent.IO_ERROR, SecurityErrorEvent.SECURITY_ERROR</p>
<p>Also, now I&#8217;m implementing it in a real world example I noticed you have to sheck a policy file from a socket server on the same domain</p>
<p>Security.loadPolicyFile(&#8220;xmlsocket://localhost:9998)</p>
<p>Google for &#8220;Socket policy server&#8221; for an example. <img src='http://www.neuroproductions.be/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dservgun</title>
		<link>http://www.neuroproductions.be/experiments/pushing-data-to-flash-using-binary-sockets/comment-page-1/#comment-33</link>
		<dc:creator>dservgun</dc:creator>
		<pubDate>Mon, 22 Dec 2008 19:45:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.neuroproductions.be/?p=34#comment-33</guid>
		<description>Hi, I ran into a tricky problem. I can see a message being sent from the server (in case you are interested, its a mina-based server). The client seems to be missing the message. Should a client be calling socket.readUTFBytes(socket.bytesAvailable) in a loop?
Thanks,</description>
		<content:encoded><![CDATA[<p>Hi, I ran into a tricky problem. I can see a message being sent from the server (in case you are interested, its a mina-based server). The client seems to be missing the message. Should a client be calling socket.readUTFBytes(socket.bytesAvailable) in a loop?<br />
Thanks,</p>
]]></content:encoded>
	</item>
</channel>
</rss>

