ActionScript 2.0 Components Language Reference |
|
|
|
| FLVPlayback Component > FLVPlayback class > FLVPlayback.cuePoints | |||
Flash Player 8.
Flash Professional 8.
my_FLVPlybk.cuePoints
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.
|
NOTE |
This property is not accessible in ActionScript. To access cue point information in ActionScript, use the |
To add, remove, enable, or disable cue points with ActionScript, use addASCuePoint(), removeASCuePoint(), or setFLVCuePointEnabled().
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()
|
|
|
|