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