Hey thanks for the help,
Just to make sure I understand. Usually the variables are stored in the database, then the xml is generated on the fly once the page loads for each user?
So if I use php to create an xml file like suggested, where is a good place to store it on the server before passing it into the swf? And what's a good way to make sure it is accessible by that user and just that user?
I actually have my flash generating the xml data already because things are saved from within the swf files... I guess I would rather just use the xml that is already being generated either by storing it all into a mysql variable (if that's possible) or just saving and accessing a physical xml file.
I really think the easiest thing would be just to have a couple xml files created for each user stored on the server and then just access them by their filename with mysql when they load the swf files... is that a bad idea for any reason? Or is this okay to try?