View Single Post
  #2  
Old 01-11-2007, 12:04 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
You can check the current position of the video to tell if it is finished. When a video finishes the position will go back to 0. Here is code to retrieve the position of a video:
Code:
pos = video.getposition() #Retrieve position in seconds
Reply With Quote