Flash CS3 Documentation |
|||
| Flash Lite 2.x ActionScript Language Reference > ActionScript classes > Video > 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.
The following example resumes the video that is playing in a Video object called video1.
video1.resume()
pause (Video.pause method), stop (Video.stop method)
Flash CS3