crossdomain.xml

Top  Previous  Next

Configuration > Client > crossdomain.xml


 

Description

 

The policy file is required to allow or deny access from other domains (or sub-domains). This features is provided by the Flash technology.

It is build via the standard XML and it is very important that the structure is correct. An incorrect structure could cause a system malfunction.

 

 

 

Sample

 

<?xml version="1.0" encoding="utf-8"?>

<cross-domain-policy>

  <allow-access-from domain="*.myhost.com" to-ports="80" secure="false"/>

</cross-domain-policy>

 

 

 

External resources

 

An article about this topic from the manufacturer Macromedia...

 

Flash Player TechNote

 

 

 

 

 



  © 2006 unic8 Studios