DesktopMoviePlayer.AutoRepeat
From Xojo Documentation
Property (As Boolean )
aDesktopMoviePlayer.AutoRepeat = newBooleanValue
or
BooleanValue = aDesktopMoviePlayer.AutoRepeat
New in 2021r3
Supported for all project types and targets.
or
BooleanValue = aDesktopMoviePlayer.AutoRepeat
New in 2021r3
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.