MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 210

Extending flash
Table of Contents

Advertisement

filter.blurX
Availability
Flash 8.
Usage
filter.blurX
Description
Property; a float value that specifies the amount to blur in the x direction, in pixels.
Acceptable values are between 0 and 255. This property is defined for Filter objects with a
value of
"bevelFilter"
"gradientBevelFilter"
Example
The following example sets the
filters on the selected object(s):
var myFilters = fl.getDocumentDOM().getFilters();
for(i=0; i < myFilters.length; i++){
if(myFilters[i].name == 'blurFilter'){
myFilters[i].blurX = 30;
myFilters[i].blurY = 20;
}
}
fl.getDocumentDOM().setFilters(myFilters);
See also
document.setFilterProperty()
filter.blurY
Availability
Flash 8.
Usage
filter.blurY
Description
Property; a float value that specifies the amount to blur in the y direction, in pixels.
Acceptable values are between 0 and 255. This property is defined for Filter objects with a
value of
"bevelFilter"
"gradientBevelFilter"
210
Objects
,
,
"blurFilter"
"dropShadowFilter"
, or
"gradientGlowFilter"
value to 30 and the
blurX
,
filter.blurY
,
,
"blurFilter"
"dropShadowFilter"
, or
"gradientGlowFilter"
,
"glowFilter"
for the
filter.name
value to 20 for the Blur
blurY
,
"glowFilter"
for the
filter.name
,
property.
,
property.

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?

This manual is also suitable for:

Flash 8

Table of Contents