ActionScript 3 套接字无法在网络上运行? - 在我的桌面上运行良好

发布于 2024-12-10 09:33:20 字数 317 浏览 1 评论 0原文

我创建了与 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

九命猫 2024-12-17 09:33:20

对我来说,这听起来像是一个安全错误,您要连接的服务器需要返回套接字策略文件,请在此处阅读更多相关信息:

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文