参考资料:http://tieba.baidu.com/p/882855105
感谢:Z0287yyy
感谢分享精神。
var context:LoaderContext = new LoaderContext();
context.applicationDomain = new ApplicationDomain(); //这个是关键
context.checkPolicyFile = true;
context.securityDomain = SecurityDomain.currentDomain;
Loader.load(new URLRequest(url), context);
context.applicationDomain = new ApplicationDomain(); //这个是关键
context.checkPolicyFile = true;
context.securityDomain = SecurityDomain.currentDomain;
Loader.load(new URLRequest(url), context);