Using a Blur effect on a button : Blur Effect « Effects « Flex






Using a Blur effect on a button

Using a Blur effect on a button
    
<?xml version="1.0"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
    backgroundColor="white">
    <mx:Blur id="myEffect" blurXFrom="0" blurXTo="255" />
    <mx:Button label="Click me" mouseDownEffect="{myEffect}" />
</mx:Application>

   
    
    
    
  








Related examples in the same category

1.Graphics BlurFilterGraphics BlurFilter
2.Define a BlurFilter and the animation on that filter.Define a BlurFilter and the animation on that filter.
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