Skip to main content
Participant
November 16, 2006
Answered

How to send variables in ASCII or ISO?

  • November 16, 2006
  • 1 reply
  • 278 views
I'm sending variables from a flash-form to an application using POST. Unfortunately, the application doesn't like utf-8, the character set I think Flash i sending. I need to get the special Norwegian character in the mail the application is sending based on the variables fro Flash...

How do I send in ASCII, ISO, or other character-sets?

This topic has been closed for replies.
Correct answer Lamelot
I've got the answer:
Place the following code in the first frame:
------------
System.useCodePage = true;
------------
Finally!!

1 reply

LamelotAuthorCorrect answer
Participant
November 16, 2006
I've got the answer:
Place the following code in the first frame:
------------
System.useCodePage = true;
------------
Finally!!