immediateEnd Attribute
This topic documents a feature of HTML+TIME 2.0, which is obsolete as of Windows Internet Explorer 9.
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
t:ANIMATION, t:AUDIO, t:IMG, t:VIDEO, t:MEDIA, t:REF
See Also