Mega Code Archive

 
Categories / Flash ActionScript / Development
 

A policy file is an XML file that lists any domains that are allowed access to the code in the swf

<?xml version="1.0"?> <cross-domain-policy>   <allow-access-from domain="www.otherdomain.com" />   <allow-access-from domain="*.adobe.com" />   <allow-access-from domain="68.45.67.89" /> </cross-domain-policy>