MoviePlayer.Movie
From Xojo Documentation
Property (As Movie )
aMoviePlayer.Movie = newMovieValue
or
MovieValue = aMoviePlayer.Movie
Supported for all project types and targets.
or
MovieValue = aMoviePlayer.Movie
Supported for all project types and targets.
The movie that will be played.
Example
This example displays a movie in a MoviePlayer and plays it.