MoviePlayer.Controller
From Xojo Documentation
This item was deprecated in version 2019r2. Please use MoviePlayer.HasController as a replacement. |
Property (As Integer )
aMoviePlayer.Controller = newIntegerValue
or
IntegerValue = aMoviePlayer.Controller
Supported for all project types and targets.
or
IntegerValue = aMoviePlayer.Controller
Supported for all project types and targets.
The type of controller the MoviePlayer displays. The default is 2, Full Controller.
Notes
It can take on the following values:
Value | Description |
---|---|
0 | No movie controls |
1 | Badge |
2 | Full controller |
Example
This example suppresses the controls and autoplays the movie.