2008/03/26

ComboBox 選項迭代

for each(var item:Object in combo.dataProvider) {
trace("label : " + item.label);
trace("data: " + item.data);
}