首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > Ruby Rails >

Error #2044: Unhandled SecurityErrorEvent: text=Error #2140: .

2012-09-20 
Error #2044: Unhandled SecurityErrorEvent:. textError #2140:.............Error #2044: Unhandled Se

Error #2044: Unhandled SecurityErrorEvent:. text=Error #2140: .............
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

热点排行