Error #2044: Unhandled SecurityErrorEvent:. text=Error #2140: .............
关于这个错误,首先我们能看到这个错误就是因为访问了跨域的文件
那么跨域又分很多种
有通过网络的,跨域的,有本地也禁用的等等
这个就是访问本地的资源就被禁用了
解决办法
1)Right-click on your project
2)Click on 'Properties' --> Flex Compiler --> Additional Compiler Arguments
3) Add this configuration setting -use-network=false
4) Now use the flex swf in your flash file
右键你的项目
点击属性 Flex编译器 添加参数
在参数配置中 -use-network=false 添加这个
这样,就可以了~
我是参见http://www.actionscript.org/forums/showthread.php3?t=170064
关于这个错误,首先我们能看到这个错误就是因为访问了跨域的文件
那么跨域又分很多种
有通过网络的,跨域的,有本地也禁用的等等
这个就是访问本地的资源就被禁用了
解决办法
1)Right-click on your project
2)Click on 'Properties' --> Flex Compiler --> Additional Compiler Arguments
3) Add this configuration setting -use-network=false
4) Now use the flex swf in your flash file
右键你的项目
点击属性 Flex编译器 添加参数
在参数配置中 -use-network=false 添加这个
这样,就可以了~
我是参见http://www.actionscript.org/forums/showthread.php3?t=170064

本文介绍了一种常见的跨域访问错误及其解决方案。错误通常出现在尝试访问本地资源时,解决方法是在项目属性的Flex编译器设置中添加-use-network=false参数。
786

被折叠的 条评论
为什么被折叠?



