PDA

View Full Version : Exporting Information


SpidyPig
03-28-2008, 12:47 PM
Hi there!

I am looking for a solution to a problem. In the program I’m righting, the user must insert his details. Later in the program the user gets to do a test. Now my question is How do I get input text in flash out of flash and into a database which tells you the user’s data and score he had for that test.

Can anyone help me please?

random
03-28-2008, 02:43 PM
I'm not sure what you mean.

If you want to pass it to a database on your server, PHP and SQL is required. Then you send a request with LoadVars.

Or are you talking about within the movie?

SpidyPig
03-28-2008, 03:03 PM
No, see, the user has to fill in his information like name, surname, company name and so forth. Now that information in typed in my flash program but I want it to be saved on a normal paper inside a document. The information typed in flash must appear in text in a file? Do you understand?

random
03-28-2008, 03:06 PM
Is the purpose to use it later within the movie, or for the user to have like a text file?

xxneon
03-28-2008, 03:31 PM
also are you using this app as a projector.. or will this be online? because it sounds like you want to save their info to an external file like a text document either on the server or on the users computer.