User Guide

206 Objects
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
"extend", "repeat", and "reflect"; the strings are not case-sensitive. The default value
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