canSeek参数属性 | DHTML中文手册 |
Retrieves a value that indicates whether the media file is capable of locating a specific time in the media's duration.
dhtml语法
HTML N/A Scripting [ bSeek = ] object.canSeek
DHTML可能的值
bSeek Boolean that receives one of the following values.
false Default. Media file cannot locate a specific time in its duration. true Media can file locate a specific time in its duration. The property is read-only. The property has a default value of false.
Remarks
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 a Microsoft extension to Synchronized Multimedia Integration Language (SMIL) .
Applies To
t:ANIMATION, t:AUDIO, t:IMG, t:MEDIA, t:REF, t:VIDEO
更多语法参考
introduction to html+time, canpause, clipBegin