MoviePlayer.Position
From Xojo Documentation
Property (As Double )
aMoviePlayer.Position = newDoubleValue
or
DoubleValue = aMoviePlayer.Position
Supported for all project types and targets.
or
DoubleValue = aMoviePlayer.Position
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