Reputation: 34398
I am currently using JWPlayer to play FLV video on a web page. How do I seek to specific parts of the video:
(a) While it is playing? (b) Before it has loaded?
Generally speaking - what is the best method for frame-by-frame manipulation of FLV files?
Any help greatly appreciated.
Max.
Upvotes: 1
Views: 1790
Reputation: 268502
There is a player.seek(pos:Number)
method documented in the API.
http://developer.longtailvideo.com/trac/wiki/Player5Api
Upvotes: 1