MobileMoviePlayer.Play

From Xojo Documentation

Method

MobileMoviePlayer.Play()

New in 2020r2

Supported for all project types and targets.

Begins or resumes playback of the movie.

Notes

Playback can be paused/stopped by calling the Pause method.

Sample Code

Play the movie in the MoviePlayer1 control:

MoviePlayer1.Play

See Also

Pause method.