I've built a game in Flash that I need to send the high scores out of, to a TXT file on my server.
The score is kept in a variable called SCORE (imagine that) and the name is entered in a text box to the variable NAME.
The CGI, which I had written for me recently takes input like this : http://mw.server.com/cgi-bin/script....=BUD&score=999
where Bud is the players name and 999 is his score. This script will then save these two variables to a high score list, and it works perfectly from a browser. If I enter the above info into the address bar with a name and a score it will save that info the the TXT file with no problem. Doing it from Flash is another story.

I've tried numerous means to get the variables out including using 'load variables into location' with both get and post. I also tried 'get URL' with no luck either. I went so far as to pick apart several guest book FLA's to see how they got variables out to a cgi script with no luck at all.

Any suggestions would be appreciated.
Thanks in advance,

David