[MX 2004] International Characters

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?

Well, nowadays :wink: with AS (2) is case-sensitive
This will work:

[AS]
System.useCodepage= true;
[/AS]

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

Thanks- that made it work :slight_smile: