Hi,
I'm trying to load an xml in flash but all de special characters like 'ë' are filtered out when i run the movie.
I have already tried saving the xml file in UTF8 and other formats.
I have tried to use System.useCodegage=true; .
my xml file is like this:
<?xml version="1.0" encoding="UTF8"?>
<icons>
<text image="myImage.png" tooltip="special chars are here">
my text comes here <a href="
http://www.mylink.com">click here</a>
</text>
</icons>
I use a standard textfield component to load my test and ".html=true" is also set.
Can any1 help me plz?
thx,
G.
Start Free Trial