fill.matrix
Availability
Flash MX 2004.
Usage
fill.matrix
Description
Property; a
Matrix object
that defines the placement, orientation, and scales for gradient fills.
fill.overflow
Availability
Flash 8.
Usage
fill.overflow
Description
Property; a string that specifies the behavior of a gradient's overflow. Acceptable values are
,
, and
; the strings are not case-sensitive. The default value
"extend"
"repeat"
"reflect"
is
.
"extend"
Example
The following example specifies that the behavior of the overflow should be
.
"extend"
var fill = fl.getDocumentDOM().getCustomFill();
fill.overflow = "extend";
fl.getDocumentDOM().setCustomFill(fill);
fill.posArray
Availability
Flash MX 2004.
Usage
fill.posArray
206
Objects
Need help?
Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?
Questions and answers