resume (Video.resume method)

public resume() : Void

Calling this method resumes playback of the video.

If Video.pause() was previously called, playback begins from the current position. If Video.stop() was previously called, playback begins from the first frame.

Example

The following example resumes the video that is playing in a Video object called video1.

        video1.resume()

See also

pause (Video.pause method), stop (Video.stop method)


Flash CS3