I am in the process of saving information from Flash into a SQL db. I have the db set up and can write to it from ASP. The situation is this:
There is a unknown number or reponse boxes that a user can fill out (the amount is set in flash by the amount of questions loaded in XML). I need to capture each response into the db. Now do I have call a loadVars for each input box (so if there are 6 questions i would call it 6 times to catch all 6 response)? Or if I compile all my data into a object array can I then pass that into ASP and process the array?