Flash CS3 Documentation |
|||
| ActionScript 2.0 Components Language Reference > Media components > Media.controlPlacement | |||
MediaPlayback.
Flash Player 7.
Flash MX Professional 2004.
myMedia.controlPlacement
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".
For the following example, the controller portion of the MediaPlayback component is on the right side:
myMedia.controlPlacement ="right";
Flash CS3