Re: [flexcoders] Re: Dynamic Shared Object - Is This Possible?

2010-03-24 Thread Tom Chiverton
On Tuesday 23 Mar 2010, James wrote: for each(var str:String in profile1NewsAndSportaddList){                 for each(var obj1:Object in profile1NewsAndSportaddLinksAC){ if(str == obj1.label){                     profile1NewsAndSporttempAC1.addItem(obj1);                     continue;      

Re: [flexcoders] Re: Dynamic Shared Object - Is This Possible?

2010-03-24 Thread Samuel Colak
Technically this isnt a dynamic object. Using the dynamic keyword in a class definition. Per the request, yes it is possible to use dynamic shared objects. From FMS or other services, all are cast of type of object. You would have to cast them into a dynamic class definition or keep them as

[flexcoders] Re: Dynamic Shared Object - Is This Possible?

2010-03-23 Thread James
Cheers Tom. Thanks sounds right but I'm unsure how to implement it. Previously I had it working using 2 array collections which I'd defined within the app. I've now commented out these array collections and have instead retrieved them via the last result method of a http request but it doesn't