currentTime | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | player | ||||||
Summary | Specifies the elapsed time in a movie or sound. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux | ||||||
Platforms | desktop, server | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: integer, player Property: currentFrame, callbacks, duration Message: playPaused, playStarted Command: start, play Object: player Glossary: property | ||||||
Description | Use the currentTime property during playing to find out the progress of the movie or sound, or to skip ahead or back. The currentTime is the number of the interval where the current position is. 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. | ||||||
Tags | multimedia |