WebMoviePlayer
From Xojo Documentation
Class (inherits from WebUIControl)
New in 2020r1
Plays a movie in a web app using the MP4 video capabilities of the client browser.
Properties | ||||||||||||||||||||||||||||
|
Methods | |||||||
|
Notes
WebMoviePlayer uses the built-in HTML5 video player on all browsers. Encoding your movies in MP4 format is recommended as all browsers support that format. Safari also supports .mov files and Firefox supports .ogv files.
See Also
WebAudioPlayer control; MoviePlayer desktop control.