Array
Controlling an FLV [Archive] - FlashMove Forum

PDA

View Full Version : Controlling an FLV


J10
04-20-2005, 01:17 AM
Hi,

I have been trying to work this out for days.

I'm trying to develop a flv player. I've added the pause, play & stop buttons, a progress bar to show how much of the flv has downloaded and also added a scrubber to move to parts of the flv that have already downloaded.

What I can't seem to work out is
1/ How to make the scrubber dynamically move in relation to how much video has played.
2/ How to use FF & rewind buttons to skip through downloaded parts of the video. on(press) my_ns.seek(my_ns.time+1) doesn't seem to work.

I appreciate any help.