Hi there,
Let me start by saying that I don't know much about connecting Flash to a database. I've hired someone to do database and ASP.net programming for me. However, I am doing all of the Flash programming. With that said, I've created a movie that will send a lot of variables to a database through asp.net.
I plan on using loadVariable to send the variables to the database. The question that I have is, when you send variables to a database, which variables are sent?
Since there are so many variables, I was wondering if I should create a function that will send each variable specifically? Or will the movie send all of the root variables as default? And if every root variable is sent, does it make a difference whether or not there is a field on the database for each variable? Because there will be some root variables that have no place within the database.
Thanks for your time.
???