Flash CS3 Documentation |
|||
| ActionScript 2.0 Components Language Reference > Media components > Media.backgroundStyle | |||
MediaController.
Flash Player 7.
Flash MX Professional 2004.
myMedia.backgroundStyle
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.
The following example indicates that the chrome background is not drawn for the control:
myMedia.backgroundStyle ="none";
Flash CS3