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