playerFinished | |
Type | message |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | Sent when the content has finished playing. |
Introduced | 4.6 |
OS | ios, android |
Platforms | mobile |
Example |
|
Related | Function: mobileControlGet Message: playerMovieChanged, playerError, playerLeaveFullscreen, playerStopped, playerProgressChanged, playerPropertyAvailable, playerEnterFullscreen |
Description | Handle the playerFinished message when the content of the movie player has finished playing. You can test the playbackState of the player by using the mobileControlGet function. |