Quote:
Originally posted by eckels2
I don't know if this'll matter any, but the link that it says it's linking me to in the status bar is afterblur.com/vb/proarcade.php No extended variables, or anything, just a direct link. I don't know if the other superfluous information would show up in that link, but... it doesn't.
|
Since the variables are being sent from the game to the script via POST, nothing should show up in the address bar -- that is the difference between POST and GET. If it were GET, you would see something like:
proarcade.php?var1=something&var2=something (and so on)
Quote:
are there any dependancies on linking the user to the comments page? Like, does the script check for something before linking, that I might not have?
|
I'm not aware of any dependencies. I wish I had a good answer as to why this might be happening. Since it works for the majority of users, I'm not sure where to look for a "fix" or even for the problem.
My guess is that it has something to do with the getURL() method in Flash's ActionScript not doing something correctly (say, headers getting corrupted, or something similar) but I honestly have no idea what I could do to isolate this.
Perhaps somebody out there more experienced with Flash might have an idea on this?