segmentType Attribute | DHTML中文手册 |
Sets whether to play a Microsoft?DirectMusic?segment as a controlling or secondary segment.
dhtml语法
HTML <ELEMENT segmentType= ... > Scripting N/A
DHTML可能的值
primary Default. Play as the primary segment. control Play as a controlling segment. The primary segment continues playing, but properties like groove, level, and chord progression are set by the new control segment. secondary Play as a secondary segment while the primary segment continues playing.
Remarks
The segmentType attribute is only valid if the player attribute is set to dmusic.
DHTML代码范例
The following example shows how to specify a secondary music segment.
<t:MEDIA CLASS="time" ID=seg2 PLAYER="DMusic" SRC="/hbcms/php/r.php?url=http%3A%2F%2Fwww.hearmusic.com/jazz/hancock.sgt" BEGIN="7.2" DUR="19.5" SEGMENTTYPE="secondary"/>
是否符合公共标准
This attribute is a Microsoft extension to Synchronized Multimedia Integration Language (SMIL) .
Applies To
t:ANIMATION, t:AUDIO, t:IMG, t:VIDEO, t:MEDIA, t:REF
更多语法参考
using html+time with directmusic, Introduction to HTML+TIME