Using ActionScript 3.0 Components |
|
|
|
| Using the FLVPlayback Component > Using the 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 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 |
|
|
|
|