boundary Attribute | DHTML中文手册 |
Sets when music should begin to play by using Microsoft?DirectMusic?
dhtml语法
HTML <ELEMENT boundary= ... > Scripting N/A
DHTML可能的值
default Default. Play on the musical boundary the composer chose as the default boundary when composing the segment or motif. beat Come in on the next beat in the music. grid Come in on the next grid (subdivision of a beat) in the music. immediate Play immediately instead of waiting for the default musical boundary set for the segment. measure Come in on the next bar in the music.
Remarks
The boundary attribute is only valid if the player attribute is set to dmusic.
DHTML代码范例
The following example shows how to specify a secondary music segment that comes in on the next beat.
<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" BOUNDARY="beat"/>
是否符合公共标准
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