User Guide

Media components (Flash Professional only) 527
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()
Media.horizontal
Applies to
MediaController
Availability
Flash Player 7.
Edition
Flash MX Professional 2004.
Usage
myMedia.horizontal
Description
Property; determines whether the MediaController component displays itself in a vertical or
horizontal orientation. A
true value indicates that the component is displayed in a horizontal
orientation; a
false value indicates a vertical orientation. When set to false, the playbar and
playback slider move from bottom to top. The default value is
true.
Example
The following example displays the MediaController component in a vertical orientation:
myMedia.horizontal = false;
Media.mediaType
Applies to
MediaDisplay, MediaPlayback
Availability
Flash Player 7.