I am trying to apply filter to BitmapData, but one error is 1180: Call to a possibly undefined method BlurFilter.
this is my code:-
bmpData.applyFilter(bmpData,cropRect,new Point(),new BlurFilter( 10, 10, 1 ));
i am using flash.filters any one help thanks.