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 to the web setup where I must ADD the address wich I want to be allowed, but that change nothing, after reloading the application, it keeps doing the same thing, even if my new address(http://localhost/test.php) is indeed in the allowed list.
Please I really need help for this I can’t find where to fix this anywhere!