I have everything done to load a text from an XML file in my flash movie, but it shows the text only if it is written in EN i want to type the text in the XML file in Cyrillic but flash doesnt want to read it... I tried to change the Embed Characters of my text field but it still doesn't want to read it. I have added this to my XML: <?xml version="1.0" encoding="utf-8"?> and still the same thing. Any ideas?
hey i found a way to fix the Cyrillic bug i have:
System.useCodepage = true;
is this a good way to do it, Is it gonna cause problems with the Cyrillic on other PCs?