Media.removeAllCuePoints()

Applies to

MediaDisplay, MediaPlayback.

Availability

Flash Player 7.

Edition

Flash MX Professional 2004.

Usage

myMedia.removeAllCuePoints()

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.cuePoints, Media.removeCuePoint()


Flash CS3