playerMovieChanged

Typemessage
DictionaryLCS
LibraryLiveCode Script
Syntax
playerMovieChanged
Summary

Sent when the content of the player has changed.

Introduced4.6
OSios
Platformsmobile
Example
on playerMovieChanged
    answer "Your movie content has changed?" with "Okay"
end playerMovieChanged
RelatedFunction: mobileControlGet
Message: playerFinished, playerError, playerLeaveFullscreen, playerStopped, playerProgressChanged, playerPropertyAvailable, playerEnterFullscreen
Description

Handle the playerMovieChanged message when the content of the movie player has changed.

You can probe the filename or URL of the movie by using the function mobileControlGet.