GlobalEventHandlers.onplaying

The onplaying property of the GlobalEventHandlers mixin is the event handler for processing playing events.

The playing event is fired when playback is ready to start after having been paused or delayed due to lack of media data.

Syntax

element.onplaying = handlerFunction;
var handlerFunction = element.onplaying;

handlerFunction is either null or a JavaScript function specifying the handler for the event.

Specifications

Specification
HTML Standard
# handler-onplaying

Browser compatibility

BCD tables only load in the browser

See also