Flash CS3 Documentation |
|||
| ActionScript 2.0 Components Language Reference > Media components > Media.removeAllCuePoints() | |||
MediaDisplay, MediaPlayback.
Flash Player 7.
Flash MX Professional 2004.
myMedia.removeAllCuePoints()
Nothing.
Method; deletes all cue point objects associated with a component instance.
The following code deletes all cue point objects:
myMedia.removeAllCuePoints();
Media.addCuePoint(), Media.cuePoints, Media.removeCuePoint()
Flash CS3