Devlog :: And Wizardry

Tue, 07 Apr 2009

Flash Player Policy File.

To support my experiments in Flex development I've added a crossdomain.xml file to the pwizardry.com web server. This file sets policies and meta-policies that allow access to files on the server. Without it no access is allowed at all from browser based Flash player. It also satisfies the requirements for a meta-policy which otherwise generates a warning in the debug version of the player which I am using. It looks like this: <cross-domain-policy> <allow-access-from domain="*"/> <site-control permitted-cross-domain-policies="master-only"/> </cross-domain-policy> For more see [http://www.adobe.com/go/strict_policy_files] [/items/Flex] permanent link