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
,
,
, and
"top"
"bottom"
"left"
. The default value is
.
"right"
"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);
864
Media components (Flash Professional only)
Need help?
Do you have a question about the FLASH 8-COMPONENTS LANGUAGE and is the answer not in the manual?
Questions and answers