playerProgressChanged | |
Type | message |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | Sent when the 'loadState' property has changed. |
Introduced | 4.6 |
OS | ios |
Platforms | mobile |
Example |
|
Related | Function: mobileControlGet Message: playerFinished, playerError, playerLeaveFullscreen, playerStopped, playerMovieChanged, playerPropertyAvailable, playerEnterFullscreen |
Description | Handle the playerProgressChanged message when the loadState of the player has changed. You should query the loadState with the mobileControlGet function to determine which of the states have changed:
Zero or more of these are returned in a comma delimited string value. |