PDA

View Full Version : Handling remoting data (and data in general)


jsank
11-22-2005, 04:47 PM
I'm a cf person trying do some flash remoting. The cfc part was easy and I can return data to my flash app, no problem...

But I want that data ready and waiting for flash UI components and I want those UI components to update automatically when the data changes.

I don't understand the difference between all these data containers and their properties (ie datasets, dataholders, databinding, etc.). I can't figure out which is appropriate and when.

I think what I want to do is bind my remoting result to a UI component. I can't be the first person to ever want to do that.

Any thoughts/help/tutorials? Everythign I've read so far just confuses me more.

Actionscript only, no display stuff. I want to let my designer do his thing and I just create information to populate his UI components (but some data isn't used immediately so it needs to be held somewhere until a cfc or UI component needs it).

thanks in advance!

kahuja
04-06-2008, 07:09 AM
Maybe this is too late, but try reading/using Databinding (the [Bindable]) tags.