Specifies the beginning of the selected portion of a sound or movie.
# Metadata
Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 1.0 Security:
# Syntax
set the startTime of player to startPoint
# Examples
set the startTime of player "Splash" to zero
# Description
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 timeScale property. The total number of intervals is given in the player duration property.) If there is no selection, the startTime is empty.
# Tags
# See
- **keyword:** selection, integer, player - **property:** looping, playRate, showSelection, endTime, playSelection, duration, selected, properties, timeScale - **message:** selectionChanged - **object:** player - **glossary:** property