Extending Flash |
|
|
|
| Objects > Fill object > fill.color | |||
Flash MX 2004.
fill.color
Property; the color of the fill, in one of the following formats:
"#RRGGBB" or "#RRGGBBAA"0xRRGGBBThe following example sets the fill color of the current selection:
var fill = fl.getDocumentDOM().getCustomFill(); fill.color = '"#FFFFFF'"; fl.getDocumentDOM().setCustomFill( fill );
|
|
|
|