Contents Index Topic Contents | ||
Previous Topic: Pause Method Next Topic: Stop Method |
Run Method
Starts a multimedia stream from the specified starting position or continues playing a paused stream.
Syntax
object.RunRemarks
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 multimedia stream.
To pause playing, call the Pause method. To stop playing, call the Stop method.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.