import mx.collections.ArrayCollection; [Bindable] public var myAC:ArrayCollection = new ArrayCollection([ {label:"a"}, {label:"b"}, {label:"c"} ]);