![MACROMEDIA FLASH 8-EXTENDING FLASH Manual Download Page 235](http://html1.mh-extra.com/html/macromedia/flash-8-extending-flash/flash-8-extending-flash_manual_3348049235.webp)
flash object (fl)
235
fl.drawingLayer
Availability
Flash MX 2004.
Usage
fl.drawingLayer
Description
Read-only property; the
drawingLayer object
that an extensible tool should use when the user
wants to temporarily draw while dragging (for example, when creating a selection marquee).
Example
See
drawingLayer.setColor()
.
fl.effects
Availability
Flash MX 2004.
Usage
fl.effects
Description
Read-only property; an array of Effect objects (see
Effect object
), based on XML parameter
file. These are not effects, but a description of effects. The array length corresponds to the
number of effects (based on the XML parameter definition files, not the number of JSFL
implementation files) registered when the program opens.
Example
The following example returns the first registered effect:
ef = fl.effects[0]
fl.enableImmediateUpdates()
Availability
Flash MX 2004.
Usage
fl.enableImmediateUpdates(
bEnableUpdates
)
Summary of Contents for FLASH 8-EXTENDING FLASH
Page 1: ...Extending Flash...
Page 38: ...38 Top Level Functions and Methods...
Page 532: ...532 Objects...
Page 554: ...554 C Level Extensibility...