Flash AS 2.0 and CF connectivity.
I have a flash AS 2.0 project set up with some data hard coded right now. here is the hard coded data straight from my AS.
Code:
bars.push({boxes:[[1, 10, 5], [2, 50, 6], [3, 10, 12]], id:"IMS"});
bars.push({boxes:[[1, 60, 10], [2, 50, 12], [3, 10, 5]], id:"IRE"});
bars.push({boxes:[[1, 30, 20], [2, 70, 10], [3, 15, 10]], id:"MP"});
bars.push({boxes:[[1, 23, 20], [2, 30, 70], [3, 7, 10]], id:"DBM"});
bars.push({boxes:[[1, 5, 5], [2, 70, 70], [3, 60, 10]], id:"IA"});
I have a CF guy who will set up the query, however I am not certain how I will get this info and then put it into the syntax as shown above.
Any thoughts?
Thanks for your help.