You need to edit the Flash, add an action in Frame 5 where it says
gotoandplay("fine");
You need to add:
getURL("phpfile.php", "_self", "POST")
- Where phpfile.php is a file where you add code to process variables and up them to the db.
If you do this, it'll automatically generate a variable on the page you're pointing to entitled: "$punteggio" (told you it was italian!), and you can put that into the db.
Alternatively you could wait for me to do it, I won't be long...
|