Sets a value that indicates whether a Microsoft?DirectMusic?segment ends immediately or plays a transition before ending.
Syntax
HTML |
<ELEMENT immediateEnd= ... >
|
---|
Scripting | N/A |
---|
Possible Values
false | Default. The segment plays a transition before ending. |
true | The segment ends immediately without playing a transition. |
Remarks
The type of transition between segments is specified by the transitionType attribute.
The immediateEnd attribute is only valid if the PLAYER attribute is set to DMusic.
Applies To
See Also
Using HTML+TIME with DirectMusic, Introduction to HTML+TIME