WebMoviePlayer.AllowFullScreen
From Xojo Documentation
Property (As Boolean )
This property is only available for Web applications. |
aWebMoviePlayer.AllowFullScreen = newBooleanValue
or
BooleanValue = aWebMoviePlayer.AllowFullScreen
New in 2011r2
Supported for all project types and targets.
or
BooleanValue = aWebMoviePlayer.AllowFullScreen
New in 2011r2
Supported for all project types and targets.
If True, the movieplayer shows the FullScreen button. If False, it hides it.