Windows Media Player SDK banner art
PreviousNext

Controls.stop

The stop method stops the playing of the media item.

Syntax

player.controls.stop()

Parameters

This method takes no parameters.

Return Values

This method does not return a value.

Remarks

This method causes Windows Media Player to release any system resources it is using, such as the audio device.

When the player is stopped, the track rewinds to the beginning. Calling play will then begin playback of the clip from the beginning. To halt a play operation without changing the current position, use the pause method.

See Also

PreviousNext


© 2000-2001 Microsoft Corporation. All rights reserved.