Flash CS3 Documentation |
|||
| ActionScript 2.0 Components Language Reference > Media components > Media.removeCuePoint() | |||
MediaDisplay, MediaPlayback.
Flash Player 7.
Flash MX Professional 2004.
myMedia.removeCuePoint(cuePoint)
cuePoint A reference to a cue point object that has been assigned previously by means of Media.addCuePoint().
Nothing.
Method; deletes a cue point associated with a component instance.
The following code deletes a cue point named myCuePoint:
myMedia.removeCuePoint(getCuePoint("myCuePoint"));
Media.addCuePoint(), Media.cuePoints, Media.removeAllCuePoints()
Flash CS3