Security problem, dont let me to load pictures

OK, this is problem with sandbox: SecurityError: Error #2122: Security sandbox violation. I read but something don’t work :confused:

Please link me some post… I search in google.com, but nothing useful find.


I have used http://livedocs.adobe.com/flash/9.0/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00000347.html

make crossdomain.xml


<?xml version="1.0"?>
<cross-domain-policy>
  <allow-access-from domain="*" />
</cross-domain-policy>

and adding
[AS] var context:LoaderContext = new LoaderContext(); //!
context.checkPolicyFile = true; // !
var loader:Loader = new Loader();
loader.contentLoaderInfo.addEventListener(Event.COMPLETE, pictureIsReady);
loader.load(new URLRequest(pictureURL), context); //!
[/AS]

but again didnot load it :frowning: