![]() |
#1
|
|||
|
|||
![]()
Hello Wizards,
Is there any status variable to indicate that a video playback is finished ? Thanks a lot... |
#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 |
#3
|
|||
|
|||
![]()
Thanks a lot !! It's worrking...
![]() D. |
![]() |
Thread Tools | |
Display Modes | Rate This Thread |
|
|