onloadstart event
[This documentation is preliminary and is subject to change.]
Occurs when Windows Internet Explorer begins looking for media data.
Syntax
HTML Attribute | <element onloadstart = "handler(event)"> |
Event Property | object.onloadstart = handler; |
attachEvent Method | object.attachEvent("onloadstart", handler) |
addEventListener Method | object.addEventListener("loadstart", handler, useCapture) |
Standards information
- HTML5 A vocabulary and associated APIs for HTML and XHTML, Section 4.8.9.12
Event information
Synchronous | No |
Bubbles | No |
Cancelable | No |
Event handler parameters
- pEvtObj [in]
Type: IHTMLEventObj
Remarks
This event is dispatched first and occurs only one time.
To invoke this event, do one of the following:
- Request an audio or video resource.
See also
Reference
Build date: 1/25/2012