PDA

View Full Version : [MX 2004] International Characters



Danneman
February 19th, 2004, 06:34 PM
Ive been using..

System.useCodePage=1

..at the beginning of my files when exporting for Flashplayer MX 6. But when exporting for the new player (MX 7), it wont work.

Is there a new syntax for displaying international characters?

ScriptFlipper
February 20th, 2004, 03:56 AM
Well, nowadays ;) with AS (2) is case-sensitive
This will work:


System.useCodepage= true;


http://livedocs.macromedia.com/flash/mx2004/main/12_as621.htm#wp2575904

Danneman
February 21st, 2004, 07:14 AM
Thanks- that made it work :)