我有一个在门户 VK com 上运行的应用程序。我需要从他们的域(基本上是玩家头像)加载图像(.png)。我得到的是SecurityError: Error #2123
。看起来在他们域上的 crossdomain.xml 文件中没有适当的标签。
我做了以下事情:
allowSecurityDomain
在我的 swf 中设置为 *我正在传递
LoaderContext
给这样定义的 Loader::load 方法:var context:LoaderContext = new LoaderContext(); var context.checkPolicyFile = true; loader.load(new URLRequest(img), context);
这适用于其他门户(facebook、mojmir、odnoklassiniki 等),但不是这个。