flex 19 ComboBox ArrayCollection
ComboArrcol.mxml [Bindable] public var season:ArrayCollection = new ArrayCollection( [{label:"Spring", data:1},{label:"Summer", data:2}, {label:"Autumn", data:3},{label:"Winter", data:4}]); private function closeHandler():void{ mx.controls.Alert.show("season: "+cb.selectedLabel+"\n"+"data: "+cb.selectedItem.data); } ]]>