MACROMEDIA FLASH 8-COMPONENTS LANGUAGE Reference page 554

Components language reference
Table of Contents

Advertisement

FLVPlayback.addASCuePoint()
Availability
Flash Player 8.
Edition
Flash Professional 8.
Usage
my_FLVplybk.addASCuePoint(cuePoint:Object)
my_FLVplybk.addASCuePoint(time:Number, name:String[, parameters:Object])
Parameters
An object having
cuePoint
describe the cue point. It also might have a
value pairs. It may have
something else, it is set automatically. If the object does not conform to these conventions, the
method throws a VideoError error.
A number that is the time for the new cue point to be added. If you use the
time
parameter, the
parameter must follow.
name
A string that specifies the name of the cue point if you submit a
name
instead of the
CuePoint
Optional parameters for the cue point.
parameters
Returns
A copy of the cue point object that was added with the following additional properties:
The array of cue points that were searched. Treat this array as read-only, because
array
adding, removing, or editing objects within it can cause cue points to malfunction.
The index into the array for the returned cue point.
index
Description
Method; adds an ActionScript cue point and has the same effect as adding an ActionScript
cue point using the Cue Points dialog box, except that it occurs when an application executes
rather than during application development.
Cue point information is wiped out when the
information for the next FLV file to be loaded, set the
It is valid to add multiple ActionScript cue points with the same name and time. When you
remove ActionScript cue points with the
the same name and time are removed.
552
FLVPlayback Component (Flash Professional Only)
:
and
name
String
parameters
:
set to
type
String
"actionscript"
object.
removeASCuePoint()
:
(in seconds) properties, which
time
Number
:
property that holds name/
Object
. If
type
property is set. To set cue point
contentPath
contentPath
method, all cue points with
is missing or set to
time
parameter
time
property first.

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?

Questions and answers

This manual is also suitable for:

Flash 8

Table of Contents