Package | fl.video |
Class | public final class CuePointType |
Inheritance | CuePointType Object |
Language Version: | ActionScript 3.0 |
Product Version: | Flash CS3 |
Runtime Versions: | Flash Player 9.0.28.0, AIR 1.0 |
type
property on the info
object of a
MetadataEvent instance of type
CUE_POINT
. This type
property
is always EVENT
, NAVIGATION
, or ACTIONSCRIPT
.
All of these constants can also be
passed into the FLVPlayback.findCuePoint()
and
FLVPlayback.findNearestCuePoint()
methods as the type
parameter. The ALL
and FLV
constants describe multiple
types of cue points for these methods.
Related API Elements
Constant | Defined By | ||
---|---|---|---|
ACTIONSCRIPT : String = "actionscript" [static]
Defines the value of the type
parameter of the findCuePoint() and findNearestCuePoint() methods. | CuePointType | ||
ALL : String = "all" [static]
Defines the value of the type
parameter of the findCuePoint() and findNearestCuePoint() methods. | CuePointType | ||
EVENT : String = "event" [static]
Defines the value of the type
parameter of the findCuePoint() and findNearestCuePoint() methods. | CuePointType | ||
FLV : String = "flv" [static]
Defines the value of the type
parameter of the findCuePoint() and findNearestCuePoint() methods. | CuePointType | ||
NAVIGATION : String = "navigation" [static]
Defines the value of the type
parameter of the findCuePoint() and findNearestCuePoint() methods. | CuePointType |
ACTIONSCRIPT | Constant |
public static const ACTIONSCRIPT:String = "actionscript"
Language Version: | ActionScript 3.0 |
Product Version: | Flash CS3 |
Runtime Versions: | Flash Player 9.0.28.0, AIR 1.0 |
Defines the value of the type
parameter of the findCuePoint()
and findNearestCuePoint()
methods.
Additionally, the ACTIONSCRIPT
constant can be a value
for the type
property on the info object of a
MetadataEvent instance of type
CUE_POINT
.
ALL | Constant |
public static const ALL:String = "all"
Language Version: | ActionScript 3.0 |
Product Version: | Flash CS3 |
Runtime Versions: | Flash Player 9.0.28.0, AIR 1.0 |
Defines the value of the type
parameter of the findCuePoint()
and findNearestCuePoint()
methods.
This constant describes all of the cue points: EVENT, NAVIGATION, and ACTIONSCRIPT
.
EVENT | Constant |
public static const EVENT:String = "event"
Language Version: | ActionScript 3.0 |
Product Version: | Flash CS3 |
Runtime Versions: | Flash Player 9.0.28.0, AIR 1.0 |
Defines the value of the type
parameter of the findCuePoint()
and findNearestCuePoint()
methods.
Additionally, the EVENT
constant can be a value
for the type
property on the info object of a
MetadataEvent instance of type
CUE_POINT
.
FLV | Constant |
public static const FLV:String = "flv"
Language Version: | ActionScript 3.0 |
Product Version: | Flash CS3 |
Runtime Versions: | Flash Player 9.0.28.0, AIR 1.0 |
Defines the value of the type
parameter of the findCuePoint()
and findNearestCuePoint()
methods.
This constant describes the group of
all cue points embedded within a FLV file: NAVIGATION
and EVENT
.
NAVIGATION | Constant |
public static const NAVIGATION:String = "navigation"
Language Version: | ActionScript 3.0 |
Product Version: | Flash CS3 |
Runtime Versions: | Flash Player 9.0.28.0, AIR 1.0 |
Defines the value of the type
parameter of the findCuePoint()
and findNearestCuePoint()
methods.
Additionally, the NAVIGATION
constant can be a value
for the type
property on the info object of a
MetadataEvent instance of type
CUE_POINT
.
Mon Nov 28 2011, 06:48 AM -08:00