Extending Flash |
|
|
|
| Objects > Document object > document.backgroundColor | |||
Flash MX 2004.
document.backgroundColor
Property; the color of the background, in one of the following formats:
"#RRGGBB" or "#RRGGBBAA"0xRRGGBBThe following example sets the background color to black:
fl.getDocumentDOM().backgroundColor = '#000000';
|
|
|
|