motifName Attribute | DHTML中文手册 |
Sets the name of the Microsoft?DirectMusic?motif to play.
dhtml语法
HTML <ELEMENT motifName=sMotif ... > Scripting N/A
DHTML可能的值
sMotif A String containing the name of the motif to play.
Remarks
Specifying a motif indicates that the motif in the segment should be played instead of the segment itself. Motifs are automatically played as secondary segments.
When motifName is used, the segment must contain a style track. The style referenced in the style track must contain a motif with that name and that is the motif that will be played. Thus, to gain access to a style, you access the motif by using the style referenced by the segment. The default for motifName is an empty string indicating to play the source segment itself.
The motifName attribute is only valid if the player attribute is set to dmusic.
是否符合公共标准
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