Media.removeCuePoint()

Applies to

MediaDisplay, MediaPlayback.

Availability

Flash Player 7.

Edition

Flash MX Professional 2004.

Usage

myMedia.removeCuePoint(cuePoint)

Parameters

cuePoint A reference to a cue point object that has been assigned previously by means of Media.addCuePoint().

Returns

Nothing.

Description

Method; deletes a cue point associated with a component instance.

Example

The following code deletes a cue point named myCuePoint:

myMedia.removeCuePoint(getCuePoint("myCuePoint"));

See also

Media.addCuePoint(), Media.cuePoints, Media.removeAllCuePoints()


Flash CS3