Hi, 

i've have an array collection of objects...every object is like this one:

- id:path

private function create(id:String, path:String):void {
var arrayCollection:ArrayCollection = new ArrayCollection();
var o:Object = {id:path};
arrayCollection.addItem(o);
}

i would create a function that has a parameter, the id, and check if
there is a correspondence between the parameter id function and that
one into the array collection. In this case i would also trace the
path value...



can you help me?

thanks 
Regards
Lorenzo

Reply via email to