Mega Code Archive

 
Categories / Flex / Effects
 

Using the Iris effect on the button

<?xml version="1.0"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"     backgroundColor="white">     <mx:Iris id="myEffect" />     <mx:Button label="Click on me" mouseDownEffect="{myEffect}" /> </mx:Application>