#1
|
|||
|
|||
Jump to video frame?
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. |
#2
|
|||
|
|||
Yes, look in the programming reference for an explanation of how to do this. Here is a code sample to do this:
Code:
video.setFrame(3) #Go to frame 3 |
|
|