<mx:ComboBox id="myComboBox" width="171" x="10" y="10">
<mx:dataProvider>
<fx:Array>
<fx:Object label="FE" data="1"/>
<fx:Object label="PHONE" data="2"/>
<fx:Object label="DSL" data="3"/>
</fx:Array>
</mx:dataProvider>
<mx:dataProvider>
<fx:Array>
<fx:Object label="FE" data="1"/>
<fx:Object label="PHONE" data="2"/>
<fx:Object label="DSL" data="3"/>
</fx:Array>
</mx:dataProvider>
</mx:ComboBox>
获取选中数据
myComboBox.selectedItem.label
myComboBox.selectedItem.data