Run
This method starts a multimedia stream from the specified starting position or continues playing a paused stream.
Compatibility: ActiveMovie
MediaPlayer.Run( )
Return Values
None.
Remarks
The Run method starts the multimedia stream at the starting position specified by the SelectionStart property. In the absence of other user or application input, the Run method continues playing the stream to the position specified by the SelectionEnd property.
The Run method is also used to resume playing a paused stream.
To pause playing, call the Pause method. To stop playing, call the Stop method.
Requirements
OS Versions: Windows CE 3.0 to Windows CE .NET 4.1.
See Also
Windows Media Player Methods | Compatibility Modes | Playback Methods and Properties | FastForward | FastReverse
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.