PDA

View Full Version : Jump to video frame?


Jerry
10-09-2006, 01:19 PM
Does v3 have the capability to jump to and display a specified frame
of a video? I want to use a slider to move forward and backward in
a video.

farshizzo
10-09-2006, 01:43 PM
Yes, look in the programming reference for an explanation of how to do this. Here is a code sample to do this:video.setFrame(3) #Go to frame 3Depending on the codec being used to decode the video, the performance for jumping backward through a frame might be really slow. If it is, try creating a lot of key frames for the video.