Flash CS3 Documentation |
|||
| ActionScript 2.0 Components Language Reference > Media components > Media.stop() | |||
MediaDisplay, MediaPlayback.
Flash Player 7.
Flash MX Professional 2004.
myMedia.stop()
Nothing.
Method; stops the playhead and moves it to position 0, which is the beginning of the media.
The following code stops the playhead and moves it to position 0:
myMedia.stop()
Flash CS3