Hi folks,
I'm using a MySQL database to load text into Flash, it works perfect even
when characters like ????? since System.useCodepage = true;
But the problem is that if text from database contains a % character this is
not displayed: this is the result:
Query from databse and cold fusion returns:
83% of people does not eat healthy in M?xico
Flash shows:
83of people does not eat healthy in M?xico
I've tried to add character Punctuation to the dymanic text field but it just
doesn't work, any ideas ?
Thanks in advance
boskosh - 30 Jul 2005 03:05 GMT
mmmmmm. did you embed the characters?????, check too if the font that you are using have the symbol "%".
LuigiL - 30 Jul 2005 10:40 GMT
You have to urlencode the string before you return the string to Flash.