Flash - 流媒体视频
如果我想让我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
NetStream 从当前帧开始进行缓冲。您可以使用 seek() 跳转到视频。
NetStream buffers from the current frame onwards. You can use seek() to jump to any position in the video.