I usually am used to this error on the server side, but not locally. I have all these images that I'm trying to load from a CDN. When I run the Flex project locally, it freaks out giving me this error: But when I test online everything is fine: SecurityError: Error #2123: Security sandbox violation: Loader.content: http://localhost/MyApp-debug/MyApp.swf cannot access http://c0797962.cdn.cloudfiles.rackspacecloud.com/<<filename withheld>>. No policy files granted access. I have created a crossdomain.xml file and have placed it in every container on the CDN that requests images on the CDN like this:
<cross-domain-policy> <allow-access-from domain="*.MyDomain.com"/> <allow-access-from domain="<<IP address from my PC>>"/> </cross-domain-policy> Can anyone help please? -Sal

