HBCMS更多的中文手册参考:

CLIPBEGIN Attribute | clipBegin参数属性

DHTML中文手册

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

dhtml语法

HTML<ELEMENT CLIPBEGIN = sTime... >
Scriptingobject.clipBegin [ = sTime ]

DHTML可能的值

sTimeString that specifies or receives 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. The property has no default value.

Remarks

In order for the CLIPBEGIN attribute to work, the time2 behavior must be able to seek into the media. some streaming formats do not support seeking. ideally, the canseek property should indicate if a media type supports seeking. some formats, particularly streaming media, do not report the correct information regarding their ability to seek.

media must be seekable (canseek = true), for the clipbegin or clipend methods to work on that media.

是否符合公共标准

This property is defined in Synchronized Multimedia Integration Language (SMIL) 2.0 Non-Microsoft link.

Applies To

t:ANIMATION, t:AUDIO, t:IMG, t:MEDIA, t:REF, t:VIDEO

更多语法参考

introduction to html+time, canseek, CLIPEND