So I am working on implementing a system for saving positions, rotations, and scales of objects in Flash out to a MySQL database.
I have 72 objects that I want to have arrays like this saved for...
propertiesArray = 77.95,278.75,123.788452148438,123.788452148438,0
I have been getting an error that says I was sending to much informatioin through loadvars or something and I was wondering if there is a better way to intigrate this.
I went through my database and added a field for each part that could house an array like the one above rather than one array for all 72 parts. I'm in need of some guidence though since I'm still learning how to pass things back and forth.
I did get a php script to spit out a usable xml file for me to import content back into flash however so that is part of the battle down.
If anyone can help me figure out how to attack this problem I would appriciate it.