views:

458

answers:

2

Is it possible to use Flowplayer (flowplayer.org) and the seek() function with an FLV file? I'm not streaming.

+1  A: 

You can call seek. But seek will only work inside the buffered length of the video. You can not seek to the point which is not buffered yet.

bhups
A: 

You can try using pseudostreming plugin to do it: http://flowplayer.org/plugins/streaming/pseudostreaming.html

Sam Dark