onbegin Event?deprecated)

Internet Development Index

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 starts on an element.

Syntax

Inline HTML<ELEMENT onbegin = "handler" ... > All platforms
Event propertyobject.onbegin = handlerJScript 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

BubblesNo
CancelsNo
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

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.

Standards Information

This event is a Microsoft extension to HTML+TIME (Timed Interactive Multimedia Extensions) Non-Microsoft link.

Applies To

t:AUDIO, t:IMG, t:MEDIA, t:PAR, t:SEQ, time, t:VIDEO

See Also

onend, Introduction to HTML+TIME