Media.getCuePoint()

Applies to

MediaDisplay, MediaPlayback.

Availability

Flash Player 7.

Edition

Flash MX Professional 2004.

Usage

myMedia.getCuePoint(cuePointName)

Parameters

cuePointName The string that was provided when Media.addCuePoint() was used.

Returns

A cue point object.

Description

Method; returns a cue point object based on its cue point name.

Example

The following code retrieves a cue point named myCuePointName.

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

See also

Media.addCuePoint(), Media.cuePoint, Media.cuePoints, Media.removeCuePoint()


Flash CS3