Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
Starts a multimedia stream from the specified starting position or continues playing a paused stream.
Compatibility:ActiveMovie
MediaPlayer.Run( )
Return Values
No return value.
Remarks
The Runmethod starts the multimedia stream at the starting position specified by the SelectionStartproperty. In the absence of other user or application input, the Runmethod continues playing the stream to the position specified by the SelectionEndproperty.
The Runmethod is also used to resume playing a paused stream.
To pause playing, call the Pausemethod. To stop playing, call the Stopmethod.
See Also
FastForward, FastReverse, Playback Methods and Properties