onbegin Event

DHTML, HTML, & CSS

onbegin Event


This document describes technologies available as an experimental implementation of HTML+TIME within Internet Explorer 5. While we encourage you to evaluate these features and to send us your feedbackInternet Link, please note that these features are subject to change.

Fires when the timeline starts on an element.

Syntax

Inline HTML<ELEMENT onbegin = "handler" ... >All platforms
Event propertyobject.onbegin = handlerJScript (compatible with ECMA 262 language specification) only
Named script<SCRIPT FOR = objectEVENT = onbegin >Internet Explorer only

Remarks

BubblesNo
CancelsNo
To invokeSet 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 actionCalls the associated event handler.

This event also fires for the element when the beginElement method is invoked on it, or in response to other dependencies created by the BEGINWITH or BEGINEVENT attribute. This event does not fire when the timeline on the element is set to repeat. However, it fires if the parent element's timeline is set to repeat.

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 onbegin event handler, click the following link.

Event Object Properties

srcElementRetrieves the object that fired the event.
typeRetrieves the event name from the event object.

Applies To

[ Object Name ]
PlatformVersion
Win16:
Win32:
Mac:
Unix:
WinCE:
Version data is listed when the mouse hovers over a link, or the link has focus.
animation, audio, img, media, par, seq, time, video

See Also

onend

Back to topBack to top

Did you find this topic useful? Suggestions for other topics? write us!Internet Link

© 1999 microsoft corporation. all rights reserved. terms of useInternet Link.