startTime | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | player | ||||||
Summary | Specifies the beginning of the selected portion of a sound or movie. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: selection, integer, player Property: looping, playRate, showSelection, endTime, playSelection, duration, selected, properties, timeScale Message: selectionChanged Object: player Glossary: property | ||||||
Description | Use the startTime property to set or get the selection in a player. If the playSelection property is true, only the selected portion plays, so you can use the startTime and endTime properties of the player to play whatever portion of the sound or movie you want. The startTime is the number of the interval where the selection begins. (The number of intervals per second is specified by the player's timeScale property. The total number of intervals is given in the player's duration property.) If there is no selection, the startTime is empty. | ||||||
Tags | multimedia |