ended property
Gets information about whether the playback has ended or not.
Syntax
object.get_ended(* p);
Property values
Type: boolean
FALSE (false)
The playback has not reached the end of the media resource.
TRUE (true)
The playback has reached the end of the media resource.
Standards information
- HTML5 A vocabulary and associated APIs for HTML and XHTML, Section 4.8.9.8