(as3) URLloader 保持连接处于活动状态

发布于 2024-08-19 11:48:30 字数 218 浏览 4 评论 0原文

我对简单的 URLLoader 有一个小问题,它只是从 url 加载数据,并处理该数据,没有什么复杂的。但是,当我运行它时,它会使连接保持打开状态。浏览器底部显示:

从 www.... 传输数据

数据已成功读取,因此应该关闭连接?但似乎不想这样做。是否有办法关闭所有打开的连接,或以某种方式删除此类消息?

先感谢您。

I have a little problem with a simple URLLoader, it simply just loads the data from an url, and processes that data, nothing complicated. But, when ever i run it, it leaves the connection open. At the bottom of the browser it says:

Transfering Data From www....

The data is read sucessfully, so it should close the connection? but doesnt seem to want to do it. Is there anyway to close all open connections, or somehow remove such message?

Thank you in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

深府石板幽径 2024-08-26 11:48:30

有一个 URLLoader.close() 方法可以解决这个问题: LiveDocs

there is a URLLoader.close() method that should do the trick: LiveDocs

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