MACROMEDIA FLASH 8-COMPONENTS LANGUAGE Reference page 594

Components language reference
Table of Contents

Advertisement

FLVPlayback.findNextCuePointWithName()
Availability
Flash Player 8.
Edition
Flash Professional 8.
Usage
my_FLVplybk.findNextCuePointWithName(my_cuePoint:Object)
Parameters
A cue point object that has been returned by either the
my_cuePoint
method, the
findNearestCuePoint()
Returns
An object that is a copy of the found cue point object with the following additional
properties:
The array of cue points searched. Treat this array as read-only because adding,
array
removing or editing objects within it can cause cue points to malfunction.
The index into the array for the returned cue point.
index
Returns
if no match was found.
null
Description
Method; finds the next cue point in
.
. The
my_cuePoint
name
returned by the
findCuePoint()
previous call to this method. This method uses the
the cue point object.
The method includes disabled cue points in the search. Use the
method to determine if a cue point is disabled.
Returns
if there are no more cue points in the array with a matching name.
null
Example
The following example creates three ActionScript cue points with the name
When the
event occurs, the event handler calls the
ready
the first cue point with this name. If it finds a match, it calls the
which calls the
findNextCuePointWithName()
object (
), to find any additional cue points with the same name.
rtn_obj
592
FLVPlayback Component (Flash Professional Only)
method, or a previous call to this method.
my_cuePoint.array
object must be a cue point object that has been
my_cuePoint
method, the
that has the same name as
findNearestCuePoint()
property that these methods add to
array
isFLVCuePointEnabled()
findCuePoint()
findNextName()
method, passing the returned cue point
findCuePoint()
method, or a
.
"transition"
method to find
function,

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Flash 8

Table of Contents