Sets or retrieves the end point of a sub-clip of a continuous media object.
Syntax
HTML <ELEMENT STYLE="behavior:url(#default#time);" t:CLIPEND = sTime... > Scripting object.clipEnd [ = sTime ]
Possible Values
sTime String that specifies 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 with no default value. This property cannot be modified in script after the onload event fires on the document body.
Remarks
If the CLIPEND attribute exceeds the duration of the media object, the value is ignored and CLIPEND is set equal to the end of the media object.
The prefix t is used to associate this attribute with an XML namespace.
Applies To
animation, audio, img, media, video
See Also
HTML+TIME, CLIPBEGIN