Cross Domain XML for Flash


/ Published in: XML
Save to your folder(s)

This is an xml files that allows/disallows the cross domain communication.


Copy this code and paste it in your HTML
  1. <?xml version="1.0"?>
  2. <!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
  3. <cross-domain-policy>
  4. <allow-access-from domain="*" />
  5. </cross-domain-policy>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.