A policy file is an XML file that lists any domains that are allowed access to the code in the .swf. : Cross domain policy : Development Flash / Flex / ActionScript examples


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

 

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>

        



Leave a Comment / Note


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


Flash / Flex / ActionScript examples

 Navioo Development
» Cross domain policy