flash – Actionscript错误#2044:未处理的SecurityErrorEvent:. text =错误#2047:安全沙箱冲突:LocalConnection.send:127.0.0.1无法访问

前端之家收集整理的这篇文章主要介绍了flash – Actionscript错误#2044:未处理的SecurityErrorEvent:. text =错误#2047:安全沙箱冲突:LocalConnection.send:127.0.0.1无法访问前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
HTML容器中运行使用localConnection的flash组件时,我在弹出框中出现以下错误(flash player是调试版):

错误#2044:未处理的SecurityErrorEvent:. text =错误#2047:安全沙箱冲突:LocalConnection.send:127.0.0.1无法访问

解决方法

页面的URL从 http://127.0.0.1/更改为 http://localhost/解决了该问题.

猜你在找的Flash相关文章