Graphics BlurFilter : Blur Effect « Effects « Flex






Graphics BlurFilter

Graphics BlurFilter
    
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
    
    <mx:Image source="http://server.com/a.gif" x="10" y="10" >
        <mx:filters>
            <mx:BlurFilter />
        </mx:filters>
    </mx:Image>
</mx:Application>

   
    
    
    
  








Related examples in the same category

1.Define a BlurFilter and the animation on that filter.Define a BlurFilter and the animation on that filter.
2.Using a Blur effect on a buttonUsing a Blur effect on a button
3.Three-phase blur effectThree-phase blur effect
4.Apply Blur effectApply Blur effect
5.Blur DemoBlur Demo
6.Blur a controlBlur a control
7.Resize as blurResize as blur