/ Published in: XML
This is an xml files that allows/disallows the cross domain communication.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?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="*" /> </cross-domain-policy>