MoviePlayer.RepeatInReverse
From Xojo Documentation
Property (As Boolean )
aMoviePlayer.RepeatInReverse = newBooleanValue
or
BooleanValue = aMoviePlayer.RepeatInReverse
New in 2019r2
Supported for all project types and targets.
or
BooleanValue = aMoviePlayer.RepeatInReverse
New in 2019r2
Supported for all project types and targets.
If True, it plays the movie in reverse when the movie reaches its end. AutoRepeat must be True for RepeatInReverse to work.
Example
The following example invokes the RepeatInReverse feature.