onpause Event?deprecated) | DHTML中文手册 |
fires when the timeline on an element pauses.
dhtml语法
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
remarks
the onpause event fires on every element that is active when the timeline pauses, including the body element.
是否符合公共标准
This event is a Microsoft extension to HTML+TIME (Timed Interactive Multimedia Extensions) .
Applies To
t:AUDIO, t:IMG, t:MEDIA, t:PAR, t:SEQ, time, t:VIDEO
更多语法参考
onresume, Introduction to HTML+TIME