This page is In Progress

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

loadedmetadata

Overview Table

Synchronous No
Bubbles No
Target dom/Element
Cancelable No
Default action
## Notes

Remarks

The onloadedmetadata event is raised when enough of the resource has been obtained to know the full duration of the resource. In the case of a video element, the dimensions of the video are also known. This event occurs after ondurationchange. To invoke this event, do one of the following:

  • Load a media resource.

Syntax

Standards information

Event handler parameters

pEvtObj [in]
Type: ****IHTMLEventObj****

See also

Related pages

Attributions