Hi, Helps if I read all the email.
Code wise I would just do this:
origArray = compArrayCollection.source;
for each(var o:Object in origArray) {
o.newProperty = true;
}
> My compArrayCollection is populated by a PHP service and I think that is why
> I am having trouble with this.
Correct the object it creates in not dynamic, either change it to dynamic on
the AS side or add the property the PHP side as well.
Thanks,
Justin
