User Guide

Media components (Flash Professional only) 523
The possible values for this property are as follows:
"on" specifies that the controls are always expanded.
"off" specifies that the controls are always collapsed.
"auto" (the default) specifies that the control remains in the collapsed state until the user
moves the mouse over the hit area. The hit area matches the area in which the collapsed control
is drawn. The control remains expanded until the mouse leaves the hit area.
Note: The hit area expands and contracts with the controller.
Example
The following example keeps the controller open at all times:
myMedia.controllerPolicy = "on";
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.