使用 FLVPlayback 播放 F4V 不会使用渐进式下载
我正在 Flash AS3 中使用 FLVPlayback 组件来播放托管在不同服务器上的 F4V 视频。我希望它尽快开始播放,但直到 F4V 完全下载后视频才会开始播放(我用 Firebug 检查过)。我尝试使用组件的 bufferTime 参数,但似乎没有什么区别。就其价值而言,SWF 正在使用 FBML 标记 fb:swf
嵌入到 Facebook 个人资料中,尽管我看不出这会产生什么影响。
I am using FLVPlayback Component in Flash AS3 to play an F4V video hosted on a different server. I want it to start playing as soon as possible, but the video won't start playing until the F4V is completely downloaded (I checked with Firebug). I tried fooling around with the component's bufferTime
parameter, but it didn't seem to make a difference. For what it's worth, the SWF is being embedded in a Facebook profile using the FBML tag fb:swf
, although I can't see how that would make a difference here.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来文件的 moov 原子位于剪辑的末尾而不是开头。您可能需要正确地重新编码该文件。 (在处理 moovatom 之前,h.264 文件不会在 Flash 播放器中播放)
http://www.insitewebsitedesign.com/h264-progressive-video-the-crazy-moov-atom
Sounds like the moov atom for the file is at the end of the clip rather than the start. You might need to reencode the file correctly. (The h.264 file won't play in the flash player until the moov atom is processed)
http://www.insitewebsitedesign.com/h264-progressive-video-the-crazy-moov-atom