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";

Flash CS3