DesktopMoviePlayer.Position
From Xojo Documentation
Property (As Double )
aDesktopMoviePlayer.Position = newDoubleValue
or
DoubleValue = aDesktopMoviePlayer.Position
New in 2021r3
Supported for all project types and targets.
or
DoubleValue = aDesktopMoviePlayer.Position
New in 2021r3
Supported for all project types and targets.
The number of seconds from the start of the movie.
Example
The following example moves the playhead to the 60 second point in the movie.
MoviePlayer1.Position = 60