MobileMoviePlayer.LoadURL

From Xojo Documentation

Method

MobileMoviePlayer.LoadURL(url As String)

New in 2020r2

Supported for all project types and targets.

Loads the video at the URL passed into the MoviePlayer.

Sample Code

Load a movie from a URL:

MoviePlayer1.LoadURL("https://www.learningcontainer.com/wp-content/uploads/2020/05/sample-mp4-file.mp4")