loadeddata
Overview Table
Synchronous | No |
---|---|
Bubbles | No |
Target | dom/Element |
Cancelable | No |
Default action |
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
- HTML5 A vocabulary and associated APIs for HTML and XHTML, Section 4.8.9.12
Event handler parameters
- pEvtObj [in]
- Type: ****IHTMLEventObj****
See also
Related pages
- audioApiaudioApi
- audioElementaudioElement
- DocumentDocument
- sourcesource
- videoElementvideoElement
- videoApivideoApi
- WindowWindow
Reference
- oncanplayoncanplay
- oncanplaythroughoncanplaythrough
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]