PDA

View Full Version : Sending data from flash - to a database


snakeman654
12-09-2006, 10:16 PM
I am currently developing a house designing game - inwhich each part of the house can be one of 4 objects - each on a seperate frame. The frame of each of these items is a variable e.g. bath = 1 (first frame). What I want to get it to do is that upon pressing "save", flash sends each of these variables to a database - so that this data can be loaded later on throught a log in screen.

Cota
12-09-2006, 10:44 PM
You'll need to pass the data to either a PHP or ASP script, which will in turn, save it to the database. Yuo can send this data to th server side script using LoadVars().