onwaiting event
Occurs when playback stops because the next frame of a video resource is not available.
![]() ![]() |
Syntax
| HTML Attribute | <element onwaiting = "handler(event)"> |
|---|---|
| Event Property | object.onwaiting = handler; |
| attachEvent Method | object.attachEvent("onwaiting", handler) |
| addEventListener Method | object.addEventListener("waiting", handler, useCapture) |
Event information
| Synchronous | No |
|---|---|
| Bubbles | No |
| Cancelable | No |
Event handler parameters
- pEvtObj [in]
-
Type: Event
Standards information
- HTML5 A vocabulary and associated APIs for HTML and XHTML, Section 4.8.9.12
Remarks
To invoke this event, do one of the following:
- Set current playback position outside of the buffered range.
See also
Build date: 11/12/2012

