Grofit
05-01-2006, 04:51 PM
Hello,
Ive got a flash app that works perfectly on my localhost, however when i put it on my online server the flash files just dont contact PHP... ive changed the path from localhost...
oSender.sendAndLoad('http://localhost/phpFile.php', oReturn, "POST");
To...
oSender.sendAndLoad('http://myserver/phpFile.php', oReturn, "POST");
However it just does nothing.. as if it cant find it...
Anyone had this problem before.. or am i doing something wrong?
Ive got a flash app that works perfectly on my localhost, however when i put it on my online server the flash files just dont contact PHP... ive changed the path from localhost...
oSender.sendAndLoad('http://localhost/phpFile.php', oReturn, "POST");
To...
oSender.sendAndLoad('http://myserver/phpFile.php', oReturn, "POST");
However it just does nothing.. as if it cant find it...
Anyone had this problem before.. or am i doing something wrong?