Flash Lite 1.x ActionScript Language Reference |
|
|
|
| Flash Lite Global Functions > getTimer() | |||
Flash Lite 1.0.
getTimer()
None.
Function; returns the number of milliseconds that elapsed since the SWF file started playing.
The following example sets the timeElapsed variable to the number of milliseconds that elapsed since the SWF file started playing:
timeElapsed = getTimer(); trace (timeElapsed);// Output: milliseconds of time movie has been playing
|
|
|
|