<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ladysign Dev Blog &#187; swf</title>
	<atom:link href="http://www.ladysign-apps.com/blog/tag/swf/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ladysign-apps.com/blog</link>
	<description>Girls can code.</description>
	<lastBuildDate>Mon, 12 Dec 2011 16:58:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Flex Cross Domain Policy</title>
		<link>http://www.ladysign-apps.com/blog/code/flex-code/flex-cross-domain-policy/</link>
		<comments>http://www.ladysign-apps.com/blog/code/flex-code/flex-cross-domain-policy/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 17:29:14 +0000</pubDate>
		<dc:creator>Lee</dc:creator>
				<category><![CDATA[flex]]></category>
		<category><![CDATA[cross domain]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[policy]]></category>
		<category><![CDATA[swf]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://ladysign-apps.com/blog/?p=615</guid>
		<description><![CDATA[<p><strong>Difficulty:</strong> 1 out of 5 stars</p>
<p>Flex won&#8217;t load data from a server that is not in the domain from which the SWF file originated unless there is a c[......]</p><p class='read-more'><a href='http://www.ladysign-apps.com/blog/code/flex-code/flex-cross-domain-policy/'>继续阅读</a></p>]]></description>
			<content:encoded><![CDATA[<p><strong>Difficulty:</strong> 1 out of 5 stars</p>
<p>Flex won&#8217;t load data from a server that is not in the domain from which the SWF file originated unless there is a crossdomain.xml in the server&#8217;s root.<br />
If you want to allow Flash to access your localhost data, then create a <strong>crossdomain.xml </strong> file in your public folder, with the following content:</p>
<pre class="brush: xml; title: ;">
&lt;?xml version &quot;1.0&quot;?&gt;
&lt;cross-domain-policy&gt;
    &lt;allow-access-from domain=&quot;*&quot; /&gt;
&lt;/cross-domain-policy&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.ladysign-apps.com/blog/code/flex-code/flex-cross-domain-policy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

