Page 1 of 1

Submit action to self doesnt reload the page from swf

Posted: Wed May 24, 2006 6:51 pm
by Citizen
Basically, I have a flash file on my arcade.php page that when the game is over, it submits the variable the same page, arcade.php, which has a conditional isset that should be waiting for the variable $_POST['score'] to be receieved.

When "gameover" is reached and the variable is sent from the flash file, the bottom of the window says "transferring info... etc" but the page never reloads for the content to change.

What do I do?

Posted: Wed May 24, 2006 7:16 pm
by PrObLeM
seems something may be wrong with your swf file.

Posted: Wed May 24, 2006 7:33 pm
by Burrito
start small:

try submitting the form (via your swf) w/o any data to see if it's actually submitting anything. If it is, then you know the problem lies elseware. If not, then dig a bit deeper into your submit action to figure out why it's not.