Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Flash/CGI variable problems

Status
Not open for further replies.

frozenpeas

Technical User
Sep 13, 2001
893
CA
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:

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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top