The following policy file allows all domains to connect to ports 80 and 110 (standard HTTP and POP mail ports) : Cross domain policy : Development Flash / Flex / ActionScript examples


Flash / Flex / ActionScript examples » Development » Cross domain policy »

 

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>

        



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


Flash / Flex / ActionScript examples

 Navioo Development
» Cross domain policy