Returns
Nothing.
Description
Method; deletes all cue point objects associated with a component instance.
Example
The following code deletes all cue point objects:
myMedia.removeAllCuePoints();
See also
Media.addCuePoint()
Media.removeCuePoint()
Applies to
MediaDisplay, MediaPlayback
Availability
Flash Player 7.
Edition
Flash MX Professional 2004.
Usage
myMedia.removeCuePoint(cuePoint)
Parameters
A reference to a cue point object that has been assigned previously by means of
cuePoint
Media.addCuePoint()
Returns
Nothing.
Description
Method; deletes a cue point associated with a component instance.
Example
The following code deletes a cue point named
myMedia.removeCuePoint(getCuePoint("myCuePoint"));
See also
Media.addCuePoint()
534
Chapter 6: Components Dictionary
,
,
Media.cuePoints
Media.removeCuePoint()
.
,
,
Media.cuePoints
Media.removeAllCuePoints()
:
myCuePoint
Need help?
Do you have a question about the FLASH MX 2004-USING COMPONENTS and is the answer not in the manual?
Questions and answers