Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Monitoring the progress of a sound as it plays back requires a few techniques:
The SoundChannel.position property, which returns the current position of a sound (in milliseconds)
The length property of the Sound class (in milliseconds)
A Timer object that checks the current position of a sound using the SoundChannel.position property at regular intervals