Forum Discussion
jbrave
14 years agoChannel Surfer
You loop a movie file by calling the video player from a loop:
Sub main()
Video= getavideofunctionthatyouwrote()
While True
Playvideo(video)
End while
End sub