onbegin Event?deprecated) | DHTML中文手册 |
fires when the timeline starts on an element.
dhtml语法
inline html <element onbegin = "handler" ... > All platforms Event property object.onbegin = handler JScript only object.onbegin = GetRef("handler") Visual Basic Scripting Edition (VBScript) 5.0 or later only Named script <SCRIPT FOR = object EVENT = onbegin> Internet Explorer only
Event Information
Bubbles No Cancels No To invoke Set the element's begin time. The value of the element's begin time, which can depend on other elements, determines when the event actually fires. Default action Calls the associated event handler.
Available Properties
remarks
this event also fires for the element when the beginelement method is invoked on it, or in response to other dependencies created by the t:beginwith or t:beginevent attribute.
是否符合公共标准
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
更多语法参考
onend, Introduction to HTML+TIME