扩展 Flash |
|
|
|
| 对象 > Document 对象 > document.backgroundColor | |||
Flash MX 2004。
document.backgroundColor
属性;背景的颜色;使用以下格式之一:
"#RRGGBB" 或 "#RRGGBBAA" 的字符串0xRRGGBB 的十六进制数字下面的示例将背景色设置为黑色:
fl.getDocumentDOM().backgroundColor = '#000000';
|
|
|
|