これはリソースの宣言です:
public var langs:ArrayCollection = new ArrayCollection(
[ {lab:"English"},
{lab:"Russian"}]);
これは dorpdownlist の宣言です:
<s:DropDownList x="157.7" y="10.35" id="list" ></s:DropDownList>
<s:TextArea x="15" y="38" width="255" height="277" id="textG"/>
<s:TextArea x="286" y="39" width="251" height="276" id="textT"/>
<s:Button x="465" y="322.65" label="Translate" click="button1_clickHandler(event)"/>
<s:DropDownList x="286.3" y="10.35" dataProvider="{langs}" labelField="lab" prompt="select"></s:DropDownList>
AS3経由でDropDownListで選択されているアイテムを見つける方法は?