Easy Tutorial
❮ Jsref Fontcolor Event Onwaiting ❯

Audio ended Property

Audio Object

Example

Check if the audio has finished playing:

x Output result:


Definition and Usage

The ended property returns whether the audio has ended.

The audio is considered ended if the playback position is at the end of the audio.

Note: This property is read-only.


Browser Support

All major browsers support the ended property.

Note: Internet Explorer 8 and earlier versions do not support this property.


Syntax

Technical Details

| Return Value: | Boolean, returns true if the audio has finished playing, otherwise returns false. | | --- | --- |

❮ Jsref Fontcolor Event Onwaiting ❯