Can I insert a PHP statement into flash, I want to execute a php statement at the end of a flash file. Can I insert it into action script some how. Thanks in advance.
call a link in a hidden window?
I think Flash has its own http client code; it can make requests and receive responses. Use that to ask the server to run the PHP.
Flash has built-in support for POST and GET requests. It's pretty simple. I used it for a NatWest.com cricket game once.