I made swf file that sends id to php, than php collects info from mysql by this id, and returns result, than flash does his work with that result.
The problem is here, I will try to explain it as clearly as I can:
everything works fine when I do that on the computer that has all the source files and of course xampp running.
but!!!
when I try to access this file form another computer in local network with
http://ip of host/playgame.php
“I try to make multiplayer game through flash and php and mysql exchanging info”
it loads swf file and dose not execute
loader.load(urlrequest);
the question is why????
the computer from localhost calls it but another computer in local network does not I found that by myself because on function serverResponse dose not execute simple code as txt.text=”a”;
So please help, why this dose not work form another computer in local network!
crossdomain.xml should be added to another computer
Cross-domain policy file specification
use charles proxy to check where exactly flash player requires crossdomain.xml
charles proxy website