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 を使用して Web ページで FLV ビデオを再生しています。ビデオの特定の部分をシークするにはどうすればよいですか。
(a) 演奏中?(b) ロードする前に?
一般的に言えば、FLV ファイルのフレームごとの操作に最適な方法は何ですか?
どんな助けでも大歓迎です。
最大。
player.seek(pos:Number)API に文書化されたメソッドがあります。
player.seek(pos:Number)
http://developer.longtailvideo.com/trac/wiki/Player5Api