Occurs when a marker is reached during sprite playback.
Syntax
VBScript Sub spriteObj_onplaymarker( markername )
<!--script-->
End SubJScript <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
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.