mcmcom
08-24-2004, 05:58 PM
Hi all,
Can someone tell me how to create an array of objects with properties?
I need to make an array with properties .label and .data (for a component combobox) All it takes for adding items to it is a array of objects, each element in the array should be an object with the properties : "data", "label", and optionally "icon".
I currently take an array of values from my server back to local arrays in my
flash movie. If someone could give me an example of how to construct this it would be greatly appreciated!!
mcm
Can someone tell me how to create an array of objects with properties?
I need to make an array with properties .label and .data (for a component combobox) All it takes for adding items to it is a array of objects, each element in the array should be an object with the properties : "data", "label", and optionally "icon".
I currently take an array of values from my server back to local arrays in my
flash movie. If someone could give me an example of how to construct this it would be greatly appreciated!!
mcm