Flash Lite 2.x and 3.0 ActionScript Language Reference

position (Sound.position property)

public position : Number [read-only]

The number of milliseconds a sound has been playing. If the sound is looped, the position is reset to 0 at the beginning of each loop.

Note: Flash Lite 2.0 supports this property for native Flash sound only. The sound formats that are specific to a host device are not supported.

Example

For a sample usage of this property, see Sound.duration.

See also

duration (Sound.duration property)