<?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: Serving a Flash Socket Policy File From Processing</title>
	<atom:link href="http://karoshiethos.com/2010/03/26/serving-a-flash-socket-policy-file-from-processing-org/feed/" rel="self" type="application/rss+xml" />
	<link>http://karoshiethos.com/2010/03/26/serving-a-flash-socket-policy-file-from-processing-org/</link>
	<description>Navigating the treacherous waters of interactive technology</description>
	<lastBuildDate>Mon, 02 Jan 2012 19:45:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: PedroHLC</title>
		<link>http://karoshiethos.com/2010/03/26/serving-a-flash-socket-policy-file-from-processing-org/comment-page-1/#comment-2592</link>
		<dc:creator>PedroHLC</dc:creator>
		<pubDate>Mon, 02 Jan 2012 19:45:06 +0000</pubDate>
		<guid isPermaLink="false">http://karoshiethos.com/?p=500#comment-2592</guid>
		<description>@Rob, it worked! I&#039;m really grateful for your answer :D</description>
		<content:encoded><![CDATA[<p>@Rob, it worked! I&#8217;m really grateful for your answer <img src='http://karoshiethos.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Ruchte</title>
		<link>http://karoshiethos.com/2010/03/26/serving-a-flash-socket-policy-file-from-processing-org/comment-page-1/#comment-2591</link>
		<dc:creator>Rob Ruchte</dc:creator>
		<pubDate>Mon, 02 Jan 2012 16:38:07 +0000</pubDate>
		<guid isPermaLink="false">http://karoshiethos.com/?p=500#comment-2591</guid>
		<description>&lt;p&gt;@Pedro, Make sure you terminate your socket policy string with the null character (it&#039;s &#039;\0&#039; in C++ if I recall correctly). The Flash player will not accept the policy file without the null character.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>@Pedro, Make sure you terminate your socket policy string with the null character (it&#8217;s &#8216;\0&#8242; in C++ if I recall correctly). The Flash player will not accept the policy file without the null character.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PedroHLC</title>
		<link>http://karoshiethos.com/2010/03/26/serving-a-flash-socket-policy-file-from-processing-org/comment-page-1/#comment-2590</link>
		<dc:creator>PedroHLC</dc:creator>
		<pubDate>Mon, 02 Jan 2012 16:14:53 +0000</pubDate>
		<guid isPermaLink="false">http://karoshiethos.com/?p=500#comment-2590</guid>
		<description>Hi, I don&#039;t know if I&#039;ve got it right, well, I have a C++ TCP server and a Flash AS3 client, when I connect the client to the server, the server receives:
&quot;&lt;policy-file-request/&gt;&quot;
than I just send to the client:
&quot;&lt;?xml version=\&quot;1.0\&quot;?&gt;\n&lt;cross-domain-policy xmlns:xsi=\&quot;http://www.w3.org/2001/XMLSchema-instance\&quot; xsi:noNamespaceSchemaLocation=\&quot;http://www.adobe.com/xml/schemas/PolicyFileSocket.xsd\&quot;&gt;\n&lt;allow-access-from domain=\&quot;*\&quot; to-ports=\&quot;*\&quot; secure=\&quot;false\&quot; /&gt;\n&lt;site-control permitted-cross-domain-policies=\&quot;all\&quot; /&gt;\n&lt;/cross-domain-policy&gt;\n&quot;
and then the client closes the connection, I imagine it&#039;s normal that the problem only happens when the swf file isn&#039;t in my computer, but I don&#039;t know more what to do...
Thanks for reading, please reply if anyone knows the solution...</description>
		<content:encoded><![CDATA[<p>Hi, I don&#8217;t know if I&#8217;ve got it right, well, I have a C++ TCP server and a Flash AS3 client, when I connect the client to the server, the server receives:<br />
&#8220;&lt;policy-file-request/&gt;&#8221;<br />
than I just send to the client:<br />
&#8220;&lt;?xml version=\&#8221;1.0\&#8221;?&gt;\n&lt;cross-domain-policy xmlns:xsi=\&#8221;http://www.w3.org/2001/XMLSchema-instance\&#8221; xsi:noNamespaceSchemaLocation=\&#8221;http://www.adobe.com/xml/schemas/PolicyFileSocket.xsd\&#8221;&gt;\n&lt;allow-access-from domain=\&#8221;*\&#8221; to-ports=\&#8221;*\&#8221; secure=\&#8221;false\&#8221; /&gt;\n&lt;site-control permitted-cross-domain-policies=\&#8221;all\&#8221; /&gt;\n&lt;/cross-domain-policy&gt;\n&#8221;<br />
and then the client closes the connection, I imagine it&#8217;s normal that the problem only happens when the swf file isn&#8217;t in my computer, but I don&#8217;t know more what to do&#8230;<br />
Thanks for reading, please reply if anyone knows the solution&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

