<?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"
	>
<channel>
	<title>Comments for the source</title>
	<atom:link href="http://www.zebrafive.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zebrafive.com</link>
	<description>www.zebrafive.com</description>
	<pubDate>Fri, 21 Nov 2008 02:58:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on Solving the Soap Cross Domain Problem for Flash Player 9,0,124,0 by pouic</title>
		<link>http://www.zebrafive.com/2008/06/solving-the-soap-cross-domain-problem-for-flash-player-901240/#comment-80</link>
		<dc:creator>pouic</dc:creator>
		<pubDate>Wed, 22 Oct 2008 16:40:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.zebrafive.com/?p=4#comment-80</guid>
		<description>Thanks Thanks Thanks Thanks  :)</description>
		<content:encoded><![CDATA[<p>Thanks Thanks Thanks Thanks  <img src='http://www.zebrafive.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Solving the Soap Cross Domain Problem for Flash Player 9,0,124,0 by Tayfusion</title>
		<link>http://www.zebrafive.com/2008/06/solving-the-soap-cross-domain-problem-for-flash-player-901240/#comment-61</link>
		<dc:creator>Tayfusion</dc:creator>
		<pubDate>Sun, 05 Oct 2008 16:19:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.zebrafive.com/?p=4#comment-61</guid>
		<description>Well done guys, the request headers inclusion has done the trick. Shame adobe are not so forthcoming with the resolution.</description>
		<content:encoded><![CDATA[<p>Well done guys, the request headers inclusion has done the trick. Shame adobe are not so forthcoming with the resolution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Solving the Soap Cross Domain Problem for Flash Player 9,0,124,0 by Jonas357</title>
		<link>http://www.zebrafive.com/2008/06/solving-the-soap-cross-domain-problem-for-flash-player-901240/#comment-29</link>
		<dc:creator>Jonas357</dc:creator>
		<pubDate>Wed, 27 Aug 2008 07:47:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.zebrafive.com/?p=4#comment-29</guid>
		<description>Thanks for the help guys, much appreciated.</description>
		<content:encoded><![CDATA[<p>Thanks for the help guys, much appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash Player 9 Update 3 and the Socket Policy File by Nathan</title>
		<link>http://www.zebrafive.com/2008/06/flash-player-socket-policy-file/#comment-25</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Thu, 21 Aug 2008 00:15:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.zebrafive.com/?p=3#comment-25</guid>
		<description>From Adobe's website: a little quicker to do:

A quick verification of the service can be done by using either Perl or Python in conjunction with the netcat utility:

python -c 'print "%c" % 0' &#124; nc 127.0.0.1 843
perl -e 'printf "%c",0' &#124; nc 127.0.0.1 843

If the socket policy file is returned by running one of the above commands, then the test was successful.</description>
		<content:encoded><![CDATA[<p>From Adobe&#8217;s website: a little quicker to do:</p>
<p>A quick verification of the service can be done by using either Perl or Python in conjunction with the netcat utility:</p>
<p>python -c &#8216;print &#8220;%c&#8221; % 0&#8242; | nc 127.0.0.1 843<br />
perl -e &#8216;printf &#8220;%c&#8221;,0&#8242; | nc 127.0.0.1 843</p>
<p>If the socket policy file is returned by running one of the above commands, then the test was successful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Solving the Soap Cross Domain Problem for Flash Player 9,0,124,0 by Jason</title>
		<link>http://www.zebrafive.com/2008/06/solving-the-soap-cross-domain-problem-for-flash-player-901240/#comment-22</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Mon, 04 Aug 2008 23:57:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.zebrafive.com/?p=4#comment-22</guid>
		<description>Of course - I'd forgotten about requesting the WSDL!

That makes sense.</description>
		<content:encoded><![CDATA[<p>Of course - I&#8217;d forgotten about requesting the WSDL!</p>
<p>That makes sense.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Solving the Soap Cross Domain Problem for Flash Player 9,0,124,0 by Kevin</title>
		<link>http://www.zebrafive.com/2008/06/solving-the-soap-cross-domain-problem-for-flash-player-901240/#comment-21</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Mon, 04 Aug 2008 18:22:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.zebrafive.com/?p=4#comment-21</guid>
		<description>LUKE: Looks to me like the GET comes from the call to 
_global.gameService = new WebService("http://www.DomainName.com/PostScore.asmx?wsdl");
Presumably, Flash is just loading the service's WSDL.  The actual processing of the WebService Call is a POST.

Thanks for this, by the way.  I did waste 3 hours today messing with all sorts of things.  The Headers section in the crossdomain.xml did the trick!

Kevin</description>
		<content:encoded><![CDATA[<p>LUKE: Looks to me like the GET comes from the call to<br />
_global.gameService = new WebService(&#8221;http://www.DomainName.com/PostScore.asmx?wsdl&#8221;);<br />
Presumably, Flash is just loading the service&#8217;s WSDL.  The actual processing of the WebService Call is a POST.</p>
<p>Thanks for this, by the way.  I did waste 3 hours today messing with all sorts of things.  The Headers section in the crossdomain.xml did the trick!</p>
<p>Kevin</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Solving the Soap Cross Domain Problem for Flash Player 9,0,124,0 by Ben Morrow</title>
		<link>http://www.zebrafive.com/2008/06/solving-the-soap-cross-domain-problem-for-flash-player-901240/#comment-20</link>
		<dc:creator>Ben Morrow</dc:creator>
		<pubDate>Sun, 03 Aug 2008 15:56:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.zebrafive.com/?p=4#comment-20</guid>
		<description>Thanks!!!  Hours and days is exactly right, I wish Adobe's documentation was clearer</description>
		<content:encoded><![CDATA[<p>Thanks!!!  Hours and days is exactly right, I wish Adobe&#8217;s documentation was clearer</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Solving the Soap Cross Domain Problem for Flash Player 9,0,124,0 by Josh Strike</title>
		<link>http://www.zebrafive.com/2008/06/solving-the-soap-cross-domain-problem-for-flash-player-901240/#comment-18</link>
		<dc:creator>Josh Strike</dc:creator>
		<pubDate>Tue, 29 Jul 2008 04:53:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.zebrafive.com/?p=4#comment-18</guid>
		<description>I knew there was something screwy with Wade's tags. This problem never seemed to affect any amfphp as he'd suggested it would, so I just ignored it. It was an intermittent FileReference upload (when it was to a different subdomain) problem that wouldn't go away that caused me to find this post...</description>
		<content:encoded><![CDATA[<p>I knew there was something screwy with Wade&#8217;s tags. This problem never seemed to affect any amfphp as he&#8217;d suggested it would, so I just ignored it. It was an intermittent FileReference upload (when it was to a different subdomain) problem that wouldn&#8217;t go away that caused me to find this post&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Solving the Soap Cross Domain Problem for Flash Player 9,0,124,0 by emile</title>
		<link>http://www.zebrafive.com/2008/06/solving-the-soap-cross-domain-problem-for-flash-player-901240/#comment-17</link>
		<dc:creator>emile</dc:creator>
		<pubDate>Fri, 25 Jul 2008 08:41:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.zebrafive.com/?p=4#comment-17</guid>
		<description>Thanks! Solved also my problem. 
I was using WebService to get data from other domains and suddently things stopeed working.
Added  to the crossdomain.xml  and now everything works.</description>
		<content:encoded><![CDATA[<p>Thanks! Solved also my problem.<br />
I was using WebService to get data from other domains and suddently things stopeed working.<br />
Added  to the crossdomain.xml  and now everything works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Solving the Soap Cross Domain Problem for Flash Player 9,0,124,0 by Jason</title>
		<link>http://www.zebrafive.com/2008/06/solving-the-soap-cross-domain-problem-for-flash-player-901240/#comment-16</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Tue, 22 Jul 2008 23:11:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.zebrafive.com/?p=4#comment-16</guid>
		<description>@Luke:

I don't profess to be an expert in these matters, but doesn't SOAP require the use of POST? How are you making the first call using GET?</description>
		<content:encoded><![CDATA[<p>@Luke:</p>
<p>I don&#8217;t profess to be an expert in these matters, but doesn&#8217;t SOAP require the use of POST? How are you making the first call using GET?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
