MobileMoviePlayer.GoToStart

From Xojo Documentation

Method

Class.GoToStart()

New in 2020r2

Supported for all project types and targets.

Repositions the playhead at the beginning of the video.

Notes

This also sets the Position property to 0.

Sample Code

This example reset the movie back to the start:

MoviePlayer1.GoToStart

See Also

Position property.