document.backgroundColor

Availability

Flash MX 2004.

Usage

document.backgroundColor

Description

Property; the color of the background, in one of the following formats:

Example

The following example sets the background color to black:

fl.getDocumentDOM().backgroundColor = '#000000';