playStopped | |
Type | message |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Associations | player |
Summary | Sent to a player when it stops playing. |
Introduced | 1.0 |
OS | mac, windows, linux |
Platforms | desktop, server |
Example |
|
Related | Keyword: card, player Property: filename, lockMessages, filename Message: playPaused Command: start, play Object: card, player Glossary: handler, player, message, command, execute |
Description | Handle the playStopped message if you want to perform a task when a movie or sound finishes playing. The playStopped message is sent when the movie or sound reaches its end when playing forwards, the movie or sound reaches its beginning if it is playing backwards, or when a play stop command executes. If the user pauses the movie or sound, the playPaused message is sent instead. When an audio clip or video clip is playing, a temporary player is created for it. When the clip is finished, the playStopped message is sent to it.
|
Tags | multimedia |