playerError

Typemessage
DictionaryLCS
LibraryLiveCode Script
Syntax
playerError
Summary

Sent when the content stops playing to due to an error.

Introduced4.6
OSios, android
Platformsmobile
Example
on playerError
    answer "Stopped playing due to an error." with "Okay"
end playerError
RelatedFunction: mobileControlGet
Message: playerStopped, playerFinished, playerLeaveFullscreen, playerProgressChanged, playerMovieChanged, playerPropertyAvailable, playerEnterFullscreen
Description

Handle the playerError message when the content finishes playing as a result of an error.

Use the mobileControlGet function to request more information about the player properties.