User Guide

334 ActionScript classes
A filter is not applied if the resulting image exceeds 2880 pixels in width or height. If, for
example, you zoom in on a large movie clip with a filter applied, the filter is turned off if the
resulting image exceeds the limit of 2880 pixels.
Availability: ActionScript 1.0; Flash Player 8
See also
filters (MovieClip.filters property), cacheAsBitmap (MovieClip.cacheAsBitmap
property)
, filters (Button.filters property), cacheAsBitmap
(Button.cacheAsBitmap property)
, filters (TextField.filters property),
applyFilter (BitmapData.applyFilter method)
Property summary
Properties inherited from class Object
Constructor summary
Modifiers Property Description
blurX:Number The amount of horizontal blur.
blurY:Number The amount of vertical blur.
quality:Number The number of times to perform the blur.
constructor (Object.constructor property), __proto__ (Object.__proto__
property), prototype (Object.prototype property), __resolve
(Object.__resolve property)
Signature Description
BlurFilter([blurX:Nu
mber],
[blurY:Number],
[quality:Number])
Initializes the filter with the specified parameters.