显示“缓冲”消息 - Netstream as3

发布于 2024-10-17 19:01:58 字数 66 浏览 2 评论 0原文

当 netsream 对象下载视频数据时,如何显示缓冲动画?在 Flash 中使用 Actionscript 3.0。

how would I display a buffering animation whilst a netsream object was downloading video data? using Actionscript 3.0 in Flash.

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

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

发布评论

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

评论(1

被翻牌 2024-10-24 19:01:58

NetStatusEvent.NET_STATUS< 添加事件侦听器/a> 到 NetStream 对象,然后使用 event.info 获取实际状态,并对“NetStream.Buffer.Empty”或“NetStream.Buffer.Full”做出反应。

我链接到的文档页面上有一个“如何使用”示例,您可以使用它来开始使用。

Add an event listener for NetStatusEvent.NET_STATUS to the NetStream object, then use event.info to get the actual status, and react to either "NetStream.Buffer.Empty" or "NetStream.Buffer.Full".

There is a "how to use" example on the documentation page I linked to, which you can use to get started.

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