Quote Originally Posted by NTD
It would be a better idea to send the password as a variable to a PHP or other backend script that checks the password in a textfile and only returns true or false to flash.
We don't know PHP but if I understand this correctly then you are saying that the flash movie would send the password that they enter to a PHP file on the server. The PHP file would then look at the text file, and if it was the correct password then it would return a 'true' to the flash movie and it would ply. If the password was incorrect then it would return a 'false' and the movie would not play. Is this correct?

How would the flash movie know to look for an external true/false from the PHP file?