[flexcoders] Dictionary or Array or Linked list?

2008-08-21 Thread flexaustin
I was wondering if anyone has had to do something like this before? (FYI these are AS3 objects not mxml) I have a collection of MC's (which contain a title and two images). These MC's are created dynamically depending on data brough in via httpservice (xml). I was wondering how do I keep

RE: [flexcoders] Dictionary or Array or Linked list?

2008-08-21 Thread Alex Harui
: [flexcoders] Dictionary or Array or Linked list? I was wondering if anyone has had to do something like this before? (FYI these are AS3 objects not mxml) I have a collection of MC's (which contain a title and two images). These MC's are created dynamically depending on data brough in via httpservice