looping | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | player | ||||||
Summary | Specifies whether a movie or sound stops at the end, or restarts from the beginning. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: player Property: endTime, repeatCount, selected, duration, startTime, playRate Command: start, play Object: player Glossary: property, handler | ||||||
Description | Use the looping property to set a movie or sound to continuous play. If a player's looping property is set to true, when the movie or sound is played, it repeats over and over until stopped by the user or a handler. If the looping is false, the sound or movie plays through only once, then stops. If the player's playSelection property is true, only the selected portion of the movie or sound is played. | ||||||
Tags | multimedia |