Mega Code Archive

 
Categories / Flash ActionScript / Development
 

The following policy file allows all domains to connect to ports 80 and 110 (standard HTTP and POP mail ports)

<?xml version="1.0"?> <!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd"> <cross-domain-policy>    <allow-access-from domain="*" to-ports="80,110" /> </cross-domain-policy>