Resume (Video.resume Method); Stop (Video.stop Method) - MACROMEDIA FLASHLITE2 ACTIONSCRIPT-LANGUAGE Reference

Actionscript language reference
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
Need help?

Need help?

Do you have a question about the FLASHLITE2 ACTIONSCRIPT-LANGUAGE and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash lite 2

Table of Contents