Stop MethodStop Method*
*Contents  *Index  *Topic Contents
*Previous Topic: Run Method
*Next Topic: Control Events

Stop Method

Stops playback and resets the position as indicated by the AutoRewind and SelectionStart properties.

Syntax

object.Stop

Remarks

The Stop method changes the CurrentState property.

When the Stop method halts a play operation, you can reset the current position to the starting point for the multimedia stream, as indicated by the SelectionStart property. The AutoRewind property determines whether the position is reset to this starting position.

To halt a play operation without changing the current position, use the Pause method.

See Also

Run Method


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.