I am running a project locally. My project is trying to access a file on MYDOMAIN. I am getting the following error:
*** Security Sandbox Violation ***
SecurityDomain 'MYDOMAIN/system/components/compimg/11852997eab43ff5c7b1803692bee608/pattern' tried to access incompatible context 'file:///C:/Users/myusername/Documents/Flex%20Builder%203/myproject/bin-debug/Works.html'
In the root of MYDOMAIN, I have a crossdomain.xml file:
<?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>
Thanks