Fires when an element's timeline resumes from a paused state.
Syntax
Inline HTML <ELEMENT onresume = "handler" ... > All platforms Event property object.onresume = handler JScript (compatible with ECMA 262 language specification) only Named script <SCRIPT FOR = object EVENT = onresume> Internet Explorer only
Remarks
Bubbles No Cancels No To invoke Call the resume method. Default action Calls the associated event handler. The onresume event fires on every element that becomes active when the timeline resumes, including the BODY element.
Event Object Properties
Although event handlers in the Dynamic HTML (DHTML) Object Model do not directly receive parameters, the handler can query the event object for data. For a list of properties of the event object relevant to an onresume event handler, click the following link.
srcElement Retrieves the object that fired the event. type Retrieves the event name from the event object.
Applies To
animation, audio, img, media, par, seq, time, video
See Also
onpause