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.

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 ?
## Notes

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

Event handler parameters

pEvtObj [in]
Type: ****IHTMLEventObj****

Related specifications

WHATWG HTML
Living Standard
W3C HTML5
Working Draft

Attributions