Hi,

i'm trying to put a variable in a flash movie using a PHP file.
I did everything in the .php (print(filename =$file))...

I also coded the part for AS in the movie timeline:
loadVariables(" http://localhost/test.php", this, "GET");

But on that line, flash 8 pop a message saying that my movie.swf try to communication with localhost, and this access is denied. So I'm redirected...