FLVPlayback FFW+RWD currentTime
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