t:CLIPEND Attribute | clipEnd Property(deprecated) (t:AUDIO, t:IMG, t:MEDIA, ...)

HTML (DHTML)

t:CLIPEND Attribute | clipEnd Property?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.

Sets or retrieves the end point of a sub-clip of a continuous media object.

Syntax

XML<ELEMENT t:CLIPEND = sTime... >
Scriptingobject.clipEnd [ = sTime ]

Possible Values

sTimeString that specifies or receives the end point of a media object as an offset from the start time. The time must be specified as described in Time Formats.

The property is read/write. The property has no default value.

Remarks

This property cannot be modified in script after the onload event fires on the document body.

If the t:CLIPEND attribute exceeds the duration of the media object, the value is ignored and t:CLIPEND is set equal to the end of the media object.

Standards Information

This property is defined in HTML+TIME (Timed Interactive Multimedia Extensions) 1.0 Non-Microsoft link.

Applies To

t:AUDIO, t:IMG, t:MEDIA, t:VIDEO

See Also

Introduction to HTML+TIME, t:CLIPBEGIN