MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 214

Extending flash
Table of Contents

Advertisement

filter.hideObject
Availability
Flash 8.
Usage
filter.hideObject
Description
Property; a Boolean value that specifies whether the source image is hidden (
displayed (
). This property is defined for Filter objects with a value of
false
"dropShadowFilter"
Example
The following example sets the
selected object(s):
var myFilters = fl.getDocumentDOM().getFilters();
for(i=0; i < myFilters.length; i++){
if(myFilters[i].name == 'dropShadowFilter'){
myFilters[i].hideObject = true;
}
}
fl.getDocumentDOM().setFilters(myFilters);
filter.highlightColor
Availability
Flash 8.
Usage
filter.highlightColor
Description
Property; the color of the highlight, in one of the following formats:
A string in the format
A hexadecimal number in the format
An integer that represents the decimal equivalent of a hexadecimal number
This property is defined for Filter objects with a value of
property.
filter.name
214
Objects
for the
filter.name
hideObject
or
"#RRGGBB"
"#RRGGBBAA"
0xRRGGBB
property.
value to
for the Drop Shadow filters on the
true
"bevelFilter"
) or
true
for the

Advertisement

Table of Contents
loading

This manual is also suitable for:

Flash 8

Table of Contents