User Guide

864 Media components (Flash Professional only)
Media.controlPlacement
Applies to
MediaPlayback.
Availability
Flash Player 7.
Edition
Flash MX Professional 2004.
Usage
myMedia.controlPlacement
Description
Property; determines where the controller portion of the MediaPlayback component is
positioned in relation to its display. The possible values are
"top", "bottom", "left", and
"right". The default value is "bottom".
Example
For the following example, the controller portion of the MediaPlayback component is on the
right side:
myMedia.controlPlacement = "right";
Media.cuePoint
Applies to
MediaDisplay, MediaPlayback.
Availability
Flash Player 7.
Edition
Flash MX Professional 2004.
Usage
var listenerObject:Object = new Object();
listenerObject.cuePoint = function(eventObj:Object) {
// ...
};
myMedia.addEventListener("cuePoint", listenerObject);