Sets or retrieves the beginning point of a sub-clip of a continuous media object.
Syntax
HTML <ELEMENT STYLE="behavior:url(#default#time);" t:CLIPBEGIN = sTime... > Scripting object.clipBegin [ = sTime ]
Possible Values
sTime String that specifies the beginning 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
The prefix t is used to associate this attribute with an XML namespace.
Applies To
animation, audio, img, media, video
See Also
HTML+TIME, CLIPEND