unshift « Array « Flash / Flex / ActionScript






1.Prepending Elements to the Beginning of an Array: the unshift() method
2.unshift( )method adds one or more elements to the beginning of the array: theArray.unshift(item1, item2,...itemn);
3.Arrays can call unshift() to add any number of elements to the front of the array just like push().