jsank
11-22-2005, 10:22 PM
Be forewarned - I'm new to actionscript. Hopefully, this is a very simple question...
I have a class that sets variables for my flash application. In it, I have an array called 'concerts'. It starts off empty.
I have a remoting call to a coldfusion cfc that returns a recordset.
Once that recordset is returned, I want the variable 'concert' to take on that value and the component displaying it to update.
Is there a simple way to do this?
I have a class that sets variables for my flash application. In it, I have an array called 'concerts'. It starts off empty.
I have a remoting call to a coldfusion cfc that returns a recordset.
Once that recordset is returned, I want the variable 'concert' to take on that value and the component displaying it to update.
Is there a simple way to do this?