onmarker Event

Path Control

Occurs when the path playback reaches a marker at the specified playback position.

Syntax

VBScriptSub pathObj _ onmarker ( markername )
script
End Sub
JScript<SCRIPT LANGUAGE="JavaScript" FOR=pathObj EVENT=onmarker ( markername ) >
<!--script-->
</SCRIPT>

Possible Values

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

Remarks

This event occurs whenever playback reaches the marker point, regardless of whether the path is playing or is stopped. For example, if you seek to the marker position while the path is paused or stopped, the onmarker event will occur.


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