Hi,
I have a flv video streaming from a web sever and it works great except for the seekbar handle does not progress as the movie plays. Here is my code:
Code:
stop();
import mx.video.*;
flvPlayer.contentPath = "myWebSever";
flvPlayer.playPauseButton = playButton_mc;
flvPlayer.bufferingBar = bufferBar_mc;
flvPlayer.seekBar = seekBar_mc;
You can move the seek handle around to advance the movie but the handle will not advance with the flv. Any ideas why?
Thanks.