playSelection | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | player | ||||||
Summary | Specifies whether a player plays back its entire movie or sound, or only the selected portion. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux | ||||||
Platforms | desktop, server | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: player Property: endTime, showSelection, startTime, selected Command: play Glossary: property, command | ||||||
Description | Use the playSelection property to play a selected portion of a movie or sound. If the playSelection property is set to true, the play command only plays the section between the startTime and endTime. If the playSelection is false, the play command plays the entire movie or sound, even if a smaller portion has been selected. | ||||||
Tags | multimedia |