Skip to main content
August 25, 2010
Answered

FLVPlayback FFW+RWD currentTime

  • August 25, 2010
  • 1 reply
  • 603 views

hi,

to make a fast forward and backward functionality for my FLVPlayback I want to use the seek method to jump a second from the current video position.

I tried to read the current time by ..

video_mc.videoPlayers[0].netStream.time

but I get an error message that this might not exist. How do I get the time where the video is? Or is there even a better method to do this?

TIA

This topic has been closed for replies.
Correct answer kglad

you should be using your component instance's playheadTime property.


1 reply

kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
August 25, 2010

you should be using your component instance's playheadTime property.