WebMoviePlayer.MobileWiFiURL
From Xojo Documentation
Property (As String )
This property is only available for Web applications. |
aWebMoviePlayer.MobileWiFiURL = newStringValue
or
StringValue = aWebMoviePlayer.MobileWiFiURL
New in 2011r2
Supported for all project types and targets.
or
StringValue = aWebMoviePlayer.MobileWiFiURL
New in 2011r2
Supported for all project types and targets.
The URL of the version of the movie for mobile devices that establish medium-speed connections typical of WiFi. Place the URL in the Open event of the player.
Notes
This is typically the MPEG-4/H.264 version of the movie. If the client browser does not support the codec that you chose, then it attempts to play the video using Flash. Flash 9.0.32 or later is required for the fallback case.
You need to call WebMoviePlayer.Reset after changing the movie URL.
The URLs must be actual URLs that would also work in a web browser. They cannot be local file URLs from a FolderItem.