![]() |
#2
|
|||
|
|||
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 |
|
|