Resume (Video.resume Method); Stop (Video.stop Method) - MACROMEDIA FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE Reference

Flash lite 2.x actionscript language reference
Hide thumbs Also See for FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE:
Table of Contents

Advertisement

resume (Video.resume method)

public resume() : Void
Calling this method resumes playback of the video.
If
was previously called, playback begins from the current position. If
Video.pause()
was previously called, playback begins from the first frame.
Video.stop()
Availability: ActionScript 2.0; Flash Lite 2.0
Example
The following example resumes the video that is playing in a Video object called
video1.resume()
See also
pause (Video.pause method)

stop (Video.stop method)

public stop() : Void
Stops playback of the video and continues to render the current frame onscreen. A subsequent
call to
Video.resume()
Availability: ActionScript 2.0; Flash Lite 2.0
Example
The following example stops the video that is playing in a Video object (called
when the user clicks the
// video1 is the name of a Video object on Stage
video1.stop();
See also
play (Video.play method)
resumes playback from the first frame of the video.
instance.
close_btn
.
video1
)
my_video
Video
715

Advertisement

Table of Contents
loading

Table of Contents