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 stop since it will go to frame zero.

When i click on forward it just goes 5 or 6 frames ahead and then 
pauses. If i remove the pause statement and keep clicking then it just 
goes on jumping 5 - 6 frames ahead and starts playing from there. 

Can anybody help pls. ?


Ketan.









--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to