Event Flex


    xmlns:mx="library://ns.adobe.com/flex/mx"
    xmlns:s="library://ns.adobe.com/flex/spark">
    
        
    

     
        private function openEvt():void { 
            forChange.text=""; 
        } 
        private function changeEvt(e:Event):void { 
            forChange.text = "Value: " + e.currentTarget.selectedItem + "\n" + "Index: " + e.currentTarget.selectedIndex; 
        } 
      
    

    
        
            
                AK
                AL
                AR