View Single Post
  #2  
Old 10-09-2006, 01:43 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
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
Depending 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.
Reply With Quote