我正在使用LoaderMax加载和显示各种资源(视频,图片和SWF)
SWF在本地保存,需要访问通过我的Flex Mobile应用程序传递的参数。
此项目以前是在Flash Pro中构建的,代码为:
var foo = root.loaderInfo.parameters['foo'];
之前工作得很好。
现在我在Flex(并使用LoaderMax)我不确定如何传递参数/拾取它们。
当LoaderMax加载SWF时,我得到:
SecurityError:错误#3207:Application-sandbox内容无法访问 此功能。在flash.system :: Security $ / allowDomain()
我尝试使用:
Security.allowDomain("*");
但应用程序似乎在启动画面上冻结。
有什么想法吗?
答案 0 :(得分:0)