FLASH ANIMATION HELP!

Started by Chaze007, April 04, 2008, 09:53:22 pm

Previous topic - Next topic

Chaze007

okay im using flash professional 8
I'm using a few scripts because im making some flash games
any1 one game requires a save game thingy O.O so you can you know save ur game..
heres a script i found but in no scripter.. can some1 explain what this does and what i need.
Hi there!

<?
$myFileName=$_POST["myFileName"];
$variable=$_POST["variable"];

$fp = fopen ("$myFileName", "w+");
fwrite($fp,"$variable");
fclose($fp);

if ($fp) {
echo ("&msg=Saving Data");   
} else {
echo ("&msg=Save unsuccessful!...an error occurred!");
}

?>
Always I Wanna Be With You! Make Believe With You!