I guess the flash sends either a POST or GET request to the server. So either: $foo = $_POST['foo']; // Or $foo = $_GET['foo']; PHP: Should work...