MobileMoviePlayer.Movie
From Xojo Documentation
Property (As Movie )
aMobileMoviePlayer.Movie = newMovieValue
or
MovieValue = aMobileMoviePlayer.Movie
New in 2020r2
Supported for all project types and targets.
or
MovieValue = aMobileMoviePlayer.Movie
New in 2020r2
Supported for all project types and targets.
The movie that will play.
Notes
Movies can be imported into a project and then assigned to the MoviePlayer in the Inspector or of course loaded at runtime.
See Also
Movie class.