WebMoviePlayer.AutoPlay
From Xojo Documentation
Property (As Boolean )
This property is only available for Web applications. |
aWebMoviePlayer.AutoPlay = newBooleanValue
or
BooleanValue = aWebMoviePlayer.AutoPlay
New in 2011r2
Supported for all project types and targets.
or
BooleanValue = aWebMoviePlayer.AutoPlay
New in 2011r2
Supported for all project types and targets.
If True, the movie will begin playing as soon as it is downloaded.
Notes
By default Safari prevents movies from being automatically played in this manner. The user will instead have to click the play button on the player control itself in order to start playing the movie. Alternatively, the user can change their Safari Preferences (Preferences->Websites) for the web site from "Stop Media with Sound" to "Allow All Auto-Play".