Media.backgroundStyle

Applies to

MediaController.

Availability

Flash Player 7.

Edition

Flash MX Professional 2004.

Usage

myMedia.backgroundStyle

Description

Property; a string value that indicates which background is drawn for the MediaController instance. A value of "default" indicates that the chrome background is drawn, and a value of "none" indicates that no chrome background is drawn. The default value is "default".

This is not a style property and therefore is not affected by style settings.

Example

The following example indicates that the chrome background is not drawn for the control:

myMedia.backgroundStyle = "none";

Flash CS3