canplaythrough
Summary
Fires when enough data is available to determine whether a media is playable at a normal rate without interruptions.
Overview Table
Synchronous | No |
---|---|
Bubbles | No |
Target | dom/Element |
Cancelable | No |
Default action | ? |
The oncanplaythrough event is raised when data is being fetched at a rate that would allow playback without interruption at the defaultPlaybackRate. If the autoplay attribute is specified, the video starts playing when oncanplaythrough is received. This event occurs after oncanplay and before the first onprogress event is received. To invoke this event, 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****
Related specifications
- WHATWG HTML
- Living Standard
- W3C HTML5
- Working Draft
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]