Share via


ondurationchange event

[This documentation is preliminary and is subject to change.]

Occurs when the duration attribute is updated.

HTML5 A vocabulary and associated APIs for HTML and XHTML, Section 4.8.9.12Internet Explorer 9

Syntax

HTML Attribute <element ondurationchange = "handler(event)">
Event Property object.ondurationchange = handler;
attachEvent Method object.attachEvent("ondurationchange", handler)
addEventListener Method object.addEventListener("durationchange", handler, useCapture)

Standards information

Event information

Synchronous No
Bubbles No
Cancelable No

Event handler parameters

Remarks

Use the duration property to determine the new duration of the clip.

This event occurs immediately after onloadstart and before onloadedmetadata.

To invoke this event, do one of the following:

  • Load a media resource.

See also

Reference

onloadedmetadata

ontimeupdate

 

 

Build date: 1/25/2012