Flvplayback Class - MACROMEDIA FLASH 8-COMPONENTS LANGUAGE Reference

Components language reference
Table of Contents

Advertisement

FLVPlayback class

Inheritance
MovieClip > FLVPlayback class
ActionScript Class Name
FLVPlayback extends the MovieClip class and wraps a VideoPlayer object. For information
on the VideoPlayer class, see
Unlike other components, the FLVPlayback component does not extend UIObject or
UIComponent and, therefore, does not support the methods and properties of these classes.
For example, you must call the MovieClip method,
UIObject method,
createClassObject()
ActionScript.
The methods and properties of the FLVPlayback class enable you to play and manipulate FLV
files using the FLVPlayback component in your Flash application.
Setting a property of the FLVPlayback class with ActionScript overrides an equivalent
parameter that initially set the property in the Property inspector or the Component
inspector.
Each component class has a
available only on the class itself. The
version of the component. The following code shows the version in the Output panel:
trace(mx.video.FLVPlayback.version);
Method summary for the FLVPlayback class
The following table lists the methods of the FLVPlayback class:
Method
FLVPlayback.addASCuePoint()
FLVPlayback.addEventListener()
FLVPlayback.bringVideoPlayerToFront()
FLVPlayback.closeVideoPlayer()
FLVPlayback.findCuePoint()
FLVPlayback.findNearestCuePoint()
mx.video.FLVPlayback
"VideoPlayer class" on page
, to create an instance of the component in
property, which is a class property. Class properties are
version
property returns a string that indicates the
version
Description
Adds an ActionScript cue point.
Creates a listener for a specified event.
Brings a video player to the front of the stack of
video players.
Close NetStream for the video player with the
specified index and deletes the video player.
Finds the specified type of cue point that has the
specified time, the specified name, or the
specified time and name.
Finds the specified type of cue point at or near
the given time or with the given name.
706.
, rather than the
attachMovie()
FLVPlayback class
539

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-COMPONENTS LANGUAGE and is the answer not in the manual?

This manual is also suitable for:

Flash 8

Table of Contents