MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 216

Extending flash
Table of Contents

Advertisement

filter.inner
Availability
Flash 8.
Usage
filter.inner
Description
Property; a Boolean value that specifies whether the shadow is an inner shadow (
(
). This property is defined for Filter objects with a value of
false
for the
"glowFilter"
Example
The following example sets the value of the
selected object(s):
var myFilters = fl.getDocumentDOM().getFilters();
for(i=0; i < myFilters.length; i++){
if(myFilters[i].name == 'glowFilter'){
myFilters[i].inner = true;
}
}
fl.getDocumentDOM().setFilters(myFilters);
See also
document.setFilterProperty()
filter.knockout
Availability
Flash 8.
Usage
filter.knockout
Description
Property; a Boolean value that specifies whether the filter is a knockout filter (
(
). This property is defined for Filter objects with a value of
false
"dropShadowFilter"
"gradientGlowFilter"
216
Objects
property.
filter.name
inner
,
,
"glowFilter"
"gradientBevelFilter"
for the
filter.name
"dropShadowFilter"
property to
for the Glow filters on the
true
"bevelFilter"
, or
property.
) or not
true
or
) or not
true
,

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash 8

Table of Contents