endElement Method (deprecated)

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.

Stops the element on the timeline.

Syntax

object.endElement()

Return Value

No return value.

Remarks

This method is deprecated. This method applies the same action as if the element's end time is reached on the local timeline, or the element's duration ( dur) has expired. All time child elements are notified and aligned correctly to the local timeline. The endElement method fires the onend event.

Applies To

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

See Also

beginElement, Introduction to HTML+TIME