var myArray:Array = new Array(1,2,3,4,5); var myCollection:ArrayCollection = new ArrayCollection(myArray);