Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在使用 JWPlayer 在网页上播放 FLV 视频。我如何寻找视频的特定部分:
(a) 播放时?(b) 在它加载之前?
一般来说 - FLV 文件的逐帧操作的最佳方法是什么?
非常感谢任何帮助。
最大限度。
player.seek(pos:Number)API中记录了一个方法。
player.seek(pos:Number)
http://developer.longtailvideo.com/trac/wiki/Player5Api