Search w3schools.com:

SHARE THIS PAGE

HTML Audio/Video DOM ended Property

HTML audio Tag Reference HTML Audio/Video DOM Reference

Example

Check if the video playback has ended:

myVid=document.getElementById("video1");
alert(myVid.ended);

Try it yourself »

Definition and Usage

The ended property returns if the playback of the audio/video has ended.

An audio/video has ended when the playback position is at the end of the audio/video.


Browser Support

Internet Explorer Firefox Opera Google Chrome Safari

The ended property is supported in all major browsers.

Note: This property is not supported in Internet Explorer 8 and earlier.


Syntax

audio|video.ended

Technical Details

Return Value: Boolean, true|false. true if the playback has ended, otherwise false


HTML audio Tag Reference HTML Audio/Video DOM Reference

Your suggestion:

Close [X]

Thank You For Helping Us!

Your message has been sent to W3Schools.

Close [X]