soundprogress(
IDENTIFIER
)

The soundprogress( function returns the progress of the played sound from 0 to 1.


Parameters

This function has one parameter:

identifier – identifier for the sound (sound must already be playing).


Description

This function returns the progress of the played sound from 0 to 1. You could use this function in a timer (see starttimer) to display the playback progress with a Slider Object or a Progress Bar Object.


See Also


History

VersionStatusNotes
10.2NewNew in this version.