How would I write to a text file with PHP from a flash file?
You can use the loadVariablesNum(“myphpfile.php”,“0”,“POST”); command in your flash movie to call your php page, and have “myphpfile.php” be the name of your php page that includes the script to write to your file.