MoviePlayer.Looping
From Xojo Documentation
This item was deprecated in version 2019r2. Please use MoviePlayer.AutoRepeat as a replacement. |
Property (As Boolean )
aMoviePlayer.Looping = newBooleanValue
or
BooleanValue = aMoviePlayer.Looping
Supported for all project types and targets.
or
BooleanValue = aMoviePlayer.Looping
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 Looping off.