Media.controlplacement; Media.cuepoint - MACROMEDIA FLASH 8-COMPONENTS LANGUAGE Reference

Components language reference
Table of Contents

Advertisement

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)

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-COMPONENTS LANGUAGE and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Flash 8

Table of Contents