MoviePlayer.AutoRepeat
From Xojo Documentation
Property (As Boolean )
aMoviePlayer.AutoRepeat = newBooleanValue
or
BooleanValue = aMoviePlayer.AutoRepeat
New in 2019r2
Supported for all project types and targets.
or
BooleanValue = aMoviePlayer.AutoRepeat
New in 2019r2
Supported for all project types and targets.
If True, it replays the movie automatically when it reaches the end. The default is True.
Example
This example turns AutoRepeat off.