Media.controllerPolicy

Applies to

MediaController, MediaPlayback.

Availability

Flash Player 7.

Edition

Flash MX Professional 2004.

Usage

myMedia.controllerPolicy

Description

Property; determines whether the MediaController component (or the controller subcomponent within the MediaPlayback component) is hidden when instantiated and only appears when the user moves the mouse over the controller's collapsed state.

The possible values for this property are as follows:

Example

The following example keeps the controller open at all times:

myMedia.controllerPolicy = "on";

Flash CS3