<?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: Flash 9 Policy Files, or &#8220;How I Got Rid of That Damn Error #2048!&#8221;</title>
	<atom:link href="http://www.thecosmonaut.com/2008/08/28/flash-9-policy-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thecosmonaut.com/2008/08/28/flash-9-policy-files/</link>
	<description>Elite Web Design, Programming, and Consulting</description>
	<pubDate>Wed, 07 Jan 2009 12:34:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Eric Oliver</title>
		<link>http://www.thecosmonaut.com/2008/08/28/flash-9-policy-files/comment-page-1/#comment-105</link>
		<dc:creator>Eric Oliver</dc:creator>
		<pubDate>Sun, 30 Nov 2008 18:34:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecosmonaut.com/?p=47#comment-105</guid>
		<description>@xVisage -- Thanks very much for posting your fix! The server I was working with was ASP so it's great to have the PHP solution.</description>
		<content:encoded><![CDATA[<p>@xVisage &#8212; Thanks very much for posting your fix! The server I was working with was ASP so it&#8217;s great to have the PHP solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xVisage</title>
		<link>http://www.thecosmonaut.com/2008/08/28/flash-9-policy-files/comment-page-1/#comment-103</link>
		<dc:creator>xVisage</dc:creator>
		<pubDate>Sun, 30 Nov 2008 14:40:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecosmonaut.com/?p=47#comment-103</guid>
		<description>fix @ the above comment:

loadPolicyFile(”http://”+host+”:”+port+”/crossdomain.php”) where that php file returns the actual crossdomain with modified content-type as follows:
	header('Content-Type: application/xml');
	readfile('crossdomain.xml');</description>
		<content:encoded><![CDATA[<p>fix @ the above comment:</p>
<p>loadPolicyFile(”http://”+host+”:”+port+”/crossdomain.php”) where that php file returns the actual crossdomain with modified content-type as follows:<br />
	header(&#8217;Content-Type: application/xml&#8217;);<br />
	readfile(&#8217;crossdomain.xml&#8217;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xVisage</title>
		<link>http://www.thecosmonaut.com/2008/08/28/flash-9-policy-files/comment-page-1/#comment-102</link>
		<dc:creator>xVisage</dc:creator>
		<pubDate>Sun, 30 Nov 2008 14:37:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecosmonaut.com/?p=47#comment-102</guid>
		<description>I ran into the same problem with missing Content-Type, I tried to change that for crossdomain using htaccess as follows:

	ForceType application/xml


with no luck, I even used loadPolicyFile("http://"+host+":"+port+"/crossdomain.php") where that php file returns the actual crossdomain with modified content-type as follows:


after all, I'm still having the same error in policyfiles.txt:
Error: [strict] Ignoring policy file at http://host:port/crossdomain.php due to missing Content-Type.

can you please help and tell me how did you changed the crossdomain’s content-type ?

your article is extremely helpful anyways ..</description>
		<content:encoded><![CDATA[<p>I ran into the same problem with missing Content-Type, I tried to change that for crossdomain using htaccess as follows:</p>
<p>	ForceType application/xml</p>
<p>with no luck, I even used loadPolicyFile(&#8221;http://&#8221;+host+&#8221;:&#8221;+port+&#8221;/crossdomain.php&#8221;) where that php file returns the actual crossdomain with modified content-type as follows:</p>
<p>after all, I&#8217;m still having the same error in policyfiles.txt:<br />
Error: [strict] Ignoring policy file at <a href="http://host:port/crossdomain.php" >http://host:port/crossdomain.php</a> due to missing Content-Type.</p>
<p>can you please help and tell me how did you changed the crossdomain’s content-type ?</p>
<p>your article is extremely helpful anyways ..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Oliver</title>
		<link>http://www.thecosmonaut.com/2008/08/28/flash-9-policy-files/comment-page-1/#comment-48</link>
		<dc:creator>Eric Oliver</dc:creator>
		<pubDate>Mon, 29 Sep 2008 00:58:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecosmonaut.com/?p=47#comment-48</guid>
		<description>Awesome -- glad I could help!</description>
		<content:encoded><![CDATA[<p>Awesome &#8212; glad I could help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anvi</title>
		<link>http://www.thecosmonaut.com/2008/08/28/flash-9-policy-files/comment-page-1/#comment-47</link>
		<dc:creator>anvi</dc:creator>
		<pubDate>Sun, 28 Sep 2008 23:46:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecosmonaut.com/?p=47#comment-47</guid>
		<description>Thank you very much

I have not slept for several nights to solve this problem!</description>
		<content:encoded><![CDATA[<p>Thank you very much</p>
<p>I have not slept for several nights to solve this problem!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
