Flash - 流媒体视频

发布于 2024-10-11 05:37:06 字数 112 浏览 2 评论 0原文

如果我想让我的 swf 应用程序播放流视频,我应该在 AS2.0 中使用什么代码。

现在我正在使用 NetStream 接口,但我意识到它只能从一开始就缓冲视频。

感谢您的帮助。

What code should I use in AS2.0 if I wish to make my swf application play streaming video.

Right now I am using the NetStream interface, but as I realize it is only capable to buffer the video from the very beginning.

Thank you for your help.

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

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

发布评论

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

评论(1

心欲静而疯不止 2024-10-18 05:37:06

NetStream 从当前帧开始进行缓冲。您可以使用 seek() 跳转到视频。

NetStream buffers from the current frame onwards. You can use seek() to jump to any position in the video.

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