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.

loadeddata

Overview Table

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

Remarks

The onloadeddata event is raised when data for the immediate current playback position is available. However, it does not guarantee that enough data is available to successfully begin playback. This event occurs after loadedmetadata and before canplay. 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