Quote:
03-20-03 at 07:33 PM Zhin Jio said this in Post #1069
If I use IE, scores post just fine, and it sends the user to the proper URL after the game finishes:
http://pebkac.trippy.org/forums/vbproarcade.php
However, when I use mozilla (latest version and latest flash), it forwards instead to:
http://pebkac.trippy.org/vbproarcade.php
which doesn't exist. Is this back to browser compatibility? Is this what the 'Known Bugs' is referring to?
Anyways, wonderful hack. I just use IE when I'm playing the games, and all is well.
|
This has to do with how mozilla does not handle POST data correctly from Flash's ActionScript.
What is happening is that the forum gives control to the Flash game, the user plays, and then the Flash game returns control to the forum. This means that the Flash game has to know where to redirect to in order to keep the script going.
I haven't been able to get Flash to communicate the URL correctly with Mozilla-based browsers. If anybody knows a solution to this, I am happy to hear it.