User Guide

582 FLVPlayback Component (Flash Professional Only)
FLVPlayback.cuePoints
Availability
Flash Player 8.
Edition
Flash Professional 8.
Usage
my_FLVPlybk.cuePoints
Description
Property; an array that describes ActionScript cue points and disabled embedded FLV file cue
points. This property is created specifically for use by the Component inspector and does not
work if it is set any other way. Its value has an effect only on the first FLV file loaded and only
if it is loaded by setting the
contentPath property in the Component inspector or the
Property inspector.
To add, remove, enable, or disable cue points with ActionScript, use
addASCuePoint(),
removeASCuePoint(), or setFLVCuePointEnabled().
See also
FLVPlayback.contentPath, FLVPlayback.addASCuePoint(),
FLVPlayback.findCuePoint(), FLVPlayback.findNearestCuePoint(),
FLVPlayback.findNextCuePointWithName(), FLVPlayback.isFLVCuePointEnabled(),
FLVPlayback.metadata, FLVPlayback.metadataReceived,
FLVPlayback.removeASCuePoint(), FLVPlayback.seekToNavCuePoint(),
FLVPlayback.seekToNextNavCuePoint(), FLVPlayback.seekToPrevNavCuePoint(),
FLVPlayback.setFLVCuePointEnabled()
NOTE
This property is not accessible in ActionScript. To access cue point information in
ActionScript, use the
metadata property.