We Recommend

Beginning XML Beginning XML
The perfect resource for beginning XML programmers, this guidebook shows you what XML is, how to use it, and what technologies surround it. The authors build on the strengths of previous editions while covering the latest changes in the XML landscape such as XQuery, RSS and Atom, and Ajax.


Posted By

jitendramr on 10/20/07


Tagged

flash xml


Versions (?)


Cross Domain XML for Flash


Published in: XML 


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

  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 

You need to login to post a comment.