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!

How to send variables from flash in other then utf-8 format

Status
Not open for further replies.

Lamelot

Programmer
Nov 16, 2006
3
NO
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?
Please help, have been googling about this for days now....
 
I've got the answer:
Place the following code in the first frame:
------------
System.useCodePage = true;
------------
Finally!!
 
Funny thing - we posted the answer at the same time ;-)

Anyway - thanx for posting a reply!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top