PDA

View Full Version : SQL driven Flash quiz


JLYong
11-07-2005, 08:10 AM
Dear everyone, I'm very new at this and needed your expert advice desperately.
I'm trying to create a SQl driven flash quiz.

This quiz consists of 8 module , out of this 8 modules individual modules scores have to be recorded in the database.
And the numbers of modules completed have to be recorded as well, together with the userid.

How do i code , so the flash will readback and update this information in sql format??

thanks for all the help

Cota
11-07-2005, 01:08 PM
You'll need a serverside script, ASP, PHP, something along those lines. In flash, you'll use LoadVars() to collect the data, send it to the serverside script, process, and the have the option of returning data back to flash. There are plenty of tutorials and examples here, just search the forums. You just need to pick your poison, so to speak...ASP vs PHP, MS SQL vs MySQL.

JLYong
11-08-2005, 09:27 AM
Do you have some example which i can study ?

Cota
11-08-2005, 06:37 PM
This is an example of loading data from a database using ASP and MS Access.
http://www.actionscript.org/forums/showthread.php3?t=67379