I have a flash file that is loading variables from an external .txt document into a Dynamic text field.
I'm having problems getting the Dynamic text field to display foreign characters. The characters displays fine on the text document but once they upload into flash they don't display properly or don't display at all.
In my dynamic text field I’m using Arial witch I know is capable to display all the foreign characters from the txt file. I tried using html font tags on the text file so it will be force to display Arial once loaded into Flash and didn't help either.
Any ideas what can I do to have the foreign characters display properly once being loaded into Flash MX?
__________________
â€* GOD Is Near â€*
Questions Don't PM for Questions . Thanks
An eye for an eye, make the whole world blind
_____________________________________________GHANDI
if you save the text file as a unicode file then you can just load it into flash normaly and everything will display properly.
setting "System.useCodePage = true" will cause the player to use the operating systems codepage which could cause certain charachters to display differently from one computer to the next.