Re: [flexcoders] VideoDisplay playheadTime problem

2006-08-16 Thread 海云飞
I had the same problem.I traced the videoDisplay.bytesLoaded and videoDisplay.bytesTotal.I noticed that if all the bytes had been loaded then u can forward the videofreely, other wise, the videoDisplay only forward 5or6 frames. 2006/8/9, bal_ketan [EMAIL PROTECTED]:

[flexcoders] VideoDisplay playheadTime problem

2006-08-09 Thread bal_ketan
I have a VideoDisplay component on my page. I need a forward functionality for the video. When i click on forward button it should go to the last frame of the video and stop there. Heres my code: myVideo.playheadTime = myVideo.totalTime; myVideo.validateNow(); myVideo.pause(); // not using