frozenpeas
Technical User
Hey everyone,
It's a long work day today...
My more important problem now is that this works with the cgi script just jim dandy:
But this doesn't:
The first example works only when I input it manually (into the browser). The problem with the second one is the underscore is replaced with %5F in the URL, when called from within Flash.
What can I do about this?
It's a long work day today...
My more important problem now is that this works with the cgi script just jim dandy:
Code:
[URL unfurl="true"]http://www.myurl.com/games/score.cgi?cmd=set_score&game_id=5&score=1000[/URL]
But this doesn't:
Code:
[URL unfurl="true"]http://www.myurl.com/games/score.cgi?cmd=set%5Fscore&game%5Fid=5&score=1000[/URL]
The first example works only when I input it manually (into the browser). The problem with the second one is the underscore is replaced with %5F in the URL, when called from within Flash.
What can I do about this?