WebMoviePlayer.MobileCellularURL
From Xojo Documentation
Property (As String )
This property is only available for Web applications. |
aWebMoviePlayer.MobileCellularURL = newStringValue
or
StringValue = aWebMoviePlayer.MobileCellularURL
New in 2011r2
Supported for all project types and targets.
or
StringValue = aWebMoviePlayer.MobileCellularURL
New in 2011r2
Supported for all project types and targets.
The URL of the version of the movie for mobile devices that use low-speed connections via cellular service.
Notes
Place the URL in the Open event of the player. This is typically the 3GP version of the movie. Flash 9.0.32 or later is required to play back Flash.
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.