Nirvana Flex : Sample Flash Cross Domain Policy
Adobe Flash requires a crossdomaim.xml file to be in the root directory of a web server that is providing information via a http stream to a flash application.
Note this is an example cross domain policy only it is not secure, use for testing purposes only.
<?xml version="1.0"?> <!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd"> <cross-domain-policy> <site-control permitted-cross-domain-policies="all"/> <allow-access-from domain="*" to-ports="80,443" /> <allow-http-request-headers-from domain="*" headers="*" /> </cross-domain-policy>
