Graphics DropShadowFilter : DropShadowFilter « Effects « Flex






Graphics DropShadowFilter

           
<?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:DropShadowFilter />
        </mx:filters>
    </mx:Image>
</mx:Application>

   
    
    
    
    
    
    
    
    
    
    
  








Related examples in the same category

1.Apply DropShadowFilter to controlApply DropShadowFilter to control
2.Use ActionScript to apply DropShadowFilter to Label's filterUse ActionScript to apply DropShadowFilter to Label's filter
3.Apply a white shadow to the Label controlApply a white shadow to the Label control
4.DropShadowFilter for filtersDropShadowFilter for filters
5.Apply Filter with ActionScriptApply Filter with ActionScript