Created: 2009-07-29

crossdomain.xml

Place a file named crossdomain.xml at the root of your site to allow other flash movies to access resources on a domain. See also: http://www.adobe.com/devnet/articles/crossdomain_policy_file_spec.html

<cross-domain-policy>
<site-control permitted-cross-domain-policies="all"/>
<allow-access-from domain="*"/>
</cross-domain-policy>