HBCMS更多的中文手册参考:

seekSegmentTime Method

DHTML中文手册

Locates the specified point on the element's segment timeline, and begins playing from that point.

dhtml语法

object.seekSegmentTime(iSeconds)

Parameters

iSeconds Required. Integer that specifies a point on the element's segment timeline. The element's timeline immediately begins playing the from the specified point. Legal values range from 0 to segmentdur.

return value

no return value.

remarks

if you attempt to seek to a time on an object that is not currently active, an error is generated. to prevent this, check the object's status using the isactive property.

not all media types support seeking. in cases where seeking is not supported by the player, calls to seek methods are ignored.

是否符合公共标准

This method is a Microsoft extension to Synchronized Multimedia Integration Language (SMIL) Non-Microsoft link.

Applies To

t:TRANSITIONFILTER, t:ANIMATE, t:ANIMATECOLOR, t:ANIMATEMOTION, t:ANIMATION, t:AUDIO, t:IMG, t:MEDIA, t:PAR, t:REF, t:SEQ, t:SET, time2, t:VIDEO

更多语法参考

introduction to html+time, seekactivetime, seekTo