ActionScript 3 套接字无法在网络上运行? - 在我的桌面上运行良好
我创建了与 http:// /help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/Socket.html
该应用程序在我的桌面上运行良好,但如果我将其上传到我的网络服务器上,则 Flash 套接字不会工作,它已连接,但我无法发送或接收数据。
我该如何解决这个问题?
I have created AS3 APP that works with http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/Socket.html
The application works fine on my desktop, but if i upload it on my webserver, the flash sockets does not work, it connects but i'm unable to send or receive data.
How can i fix this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对我来说,这听起来像是一个安全错误,您要连接的服务器需要返回套接字策略文件,请在此处阅读更多相关信息:
http://www.adobe.com/devnet/flashplayer/articles/socket_policy_files.html
This sounds like a security error to me, the server you are connecting to needs to return a socket policy file, read more about that here:
http://www.adobe.com/devnet/flashplayer/articles/socket_policy_files.html