ActionScript 2.0 Components Language Reference |
|
|
|
| FLVPlayback Component > Using cue points > Using ActionScript with cue points | |||
You can use ActionScript to add ActionScript cue points, listen for cuePoint events, find cue points of any type or a specific type, seek to a navigation cue point, enable or disable a cue point, check whether a cue point is enabled, and remove a cue point.
The examples in this section use an FLV file called cuepoints.flv, which contains the following three cue points:
|
Name |
Time |
Type |
|---|---|---|
|
point1 |
00:00:00.418 |
Navigation |
|
point2 |
00:00:07.748 |
Navigation |
|
point3 |
00:00:16.020 |
Navigation |
|
|
|
|