This page documents a feature of HTML+TIME 1.0, which was released in Microsoft?Internet Explorer 5. We recommend that you migrate your content to the latest version of HTML+TIME, which implements the SMIL 2.0 Working Draft. See the
Introduction to HTML+TIME overview for more information.
Fires when the timeline on an element pauses.
Syntax
Inline HTML | <ELEMENT onpause = "handler" ... >
| All platforms |
---|
Event property | object.onpause = handler | JScript only |
---|
object.onpause = GetRef("handler") | Visual Basic Scripting Edition (VBScript) 5.0 or later only |
Named script |
<SCRIPT FOR =
object EVENT = onpause>
| Internet Explorer only |
---|
Event Information
Bubbles | No |
---|
Cancels | No |
---|
To invoke |
Call the pause method. |
---|
Default action |
Calls the associated event handler. |
---|
Available Properties
Available Properties
Remarks
The onpause event fires on every element that is active when the timeline pauses, including the body element.
Standards Information
This event is a Microsoft extension to
HTML+TIME (Timed Interactive Multimedia Extensions)
.
Applies To
See Also
onresume, Introduction to HTML+TIME