Contents

play

Starts playback if the player is ready, or resumes playback if the player is paused.

Declaration

Boolean play();

Return Value

true if the player starts or resumes playback; otherwise, false.

Discussion

If the playback completes, this method fires the ended event. If the playback is paused (and not resumed) or stopped, the ended event is not fired.

See Also

Instance Methods