playerMovieChanged | |
Type | message |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | Sent when the content of the player has changed. |
Introduced | 4.6 |
OS | ios |
Platforms | mobile |
Example |
|
Related | Function: 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. |