|
crossdomain.xml |
|
|
Configuration > Client > crossdomain.xml
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.
<?xml version="1.0" encoding="utf-8"?> <cross-domain-policy> <allow-access-from domain="*.myhost.com" to-ports="80" secure="false"/> </cross-domain-policy>
An article about this topic from the manufacturer Macromedia...
|
© 2006 unic8 Studios