onplaymarker Event

Sprite Control

Occurs when a marker is reached during sprite playback.

Syntax

VBScriptSub spriteObj_onplaymarker( markername )
<!--script-->
End Sub
JScript<SCRIPT LANGUAGE="JavaScript" FOR=spriteObj EVENT=onplaymarker( markername )>
<!--script-->
</SCRIPT>

Possible Values

markername
String containing the marker name established in the AddTimeMarker method.

Remarks

This event occurs when the sprite playback position reaches the marker point while the sprite is playing.


Top of Page Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.