playerStopped

Typemessage
DictionaryLCS
LibraryLiveCode Script
Syntax
playerStopped
Summary

Sent when the user exits playing.

Introduced4.6
OSios
Platformsmobile
Example
on playerStopped
    answer "You stopped playing the movie." with "Okay"
end playerStopped
RelatedMessage: playerFinished, playerError, playerLeaveFullscreen, playerProgressChanged, playerMovieChanged, playerPropertyAvailable, playerEnterFullscreen
Description

Handle the playerStopped message if you what to check when the content finishes playing as a result of the user exiting.

This message is sent when the user exits the movie player while the movie is playing.