ok.that means your php is not installed properly or the second reason might be that you are typing the wrong address in the browser.
first thing is first, lets install it properly.
where r u trying to install php,is it win 9X searies, win 2000,win xp or the best Linux.ok after that which server r u using.is it pws,iis or apache?Actually if you are on linux,i canot help you.i need some time to jump to that platform too.
after all this,if you think you have installed php properly(i asume you are in windows iis ),then put your php page in the root directory of your server(typically C:\Inetpub\wwwroot).then you can use
http://localhost/phpfile.php to view your page.again you have to be sure that your server is configured to run on port 80 which is by diffault and that has been configured as localhost. if not then you have to access your file using the ip address and port name like(
http://127.0.0.1:80).too much but one step at atime you are there.
regarding sending variable to php just use
ActionScript Code:
//method
onRelease = function(){
getURL("name of page",Method);
}
and then read that value through php
saumya