Dynamic Text filed not showing %

I’m loading text from an external .txt file.

In the file there is a % sign but the dynamic text field does not show this does anyone know why, and how can i solve this problem???

post the .fla

Here’s the .fla in zip file.

Dis might help you
http://www.kirupaforum.com/forums/showthread.php?s=&threadid=25844

thanks claudio that sorted out my problem.

:slight_smile:

ive sorted out the file showing the percentage sign, but when i need to display other special characters there not working and i don’t know why.

the characters im trying to use are:

ë i’m using %EB and ive tried %eb

ê i’m using %EA and ive tried %ea

é i’m using %E9 and ive tried %e9

does anyone know any other ways to display these???

Is it maybe possible to use a HTML text instead? You might be able to use special characters from HTML but I am not sure if it will work.

the dynamic text field is HTML enabled.

Maybe you have some use of this link:
HDTF

Had a similar problem with spec chars and in my case it took a loooong time ´til someone could figure it out.
My mistake was that I published my swf as flash 5 movie and when I changed that to a flash mx swf it worked!!

I´m not at my “real” comp so I can´t check your fla so this might be totaly of the topic but maybe not…

i have already published the file as flash 6.

Maybe this will help you
[AS]system.useCodepage = true;
[/AS]

thanx to everyone that helped me, i used the system.useCodepage = true; and that solved the problem.

you’re welcome
:slight_smile: