boundary Attribute

This topic documents a feature of HTML+TIME 2.0, which is obsolete as of Windows Internet Explorer 9.

Sets when music should begin to play by using Microsoft DirectMusic.

Syntax

HTML <ELEMENT boundary= ... >
Scripting N/A

Possible Values

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 (a 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.

Example

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="http://www.hearmusic.com/jazz/hancock.sgt"
    BEGIN="7.2" DUR="19.5" SEGMENTTYPE="secondary" BOUNDARY="beat"/>

Applies To

t:ANIMATION, t:AUDIO, t:IMG, t:VIDEO, t:MEDIA, t:REF

See Also

Using HTML+TIME with DirectMusic, Introduction to HTML+TIME