具体解决方案:
var context:LoaderContext = new LoaderContext();
context.applicationDomain = new ApplicationDomain();
context.checkPolicyFile = true;
context.securityDomain = SecurityDomain.currentDomain;
Loader.load(new URLRequest(url), context);
由安全沙箱冲突:LoaderInfo.content。
最新推荐文章于 2019-07-21 19:48:27 发布