Language Version : | ActionScript 3.0 |
Player Version : | Flash Player 9.0.28.0 |
The CuePointType class provides constant values for the
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.
public static const ACTIONSCRIPT:String = "actionscript"
Language Version : | ActionScript 3.0 |
Player Version : | Flash Player 9.0.28.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
.
public static const ALL:String = "all"
Language Version : | ActionScript 3.0 |
Player Version : | Flash Player 9.0.28.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
.
public static const EVENT:String = "event"
Language Version : | ActionScript 3.0 |
Player Version : | Flash Player 9.0.28.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
.
public static const FLV:String = "flv"
Language Version : | ActionScript 3.0 |
Player Version : | Flash Player 9.0.28.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
.
public static const NAVIGATION:String = "navigation"
Language Version : | ActionScript 3.0 |
Player Version : | Flash Player 9.0.28.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
.
© 2004-2007 Adobe Systems Incorporated. All rights reserved.
Tue Mar 18 2008, 12:59 PM GMT-07:00