PDA

View Full Version : htmltext - char problems



Drunken
January 6th, 2004, 05:46 AM
heya!

I have an dinamic text box that support htmltext and I have a problem with chars. For example, in html the char á is &aacute but in flash don't reconize it :-/

I try to use System.useCodePage = true; but without success.

Exist any way to flash reconize that ? or some function in php to convert &aacute to á and chars like this ??


thks

λ
January 6th, 2004, 01:12 PM
print(urlencode($var));


then load that into Flash :)

Drunken
January 7th, 2004, 09:17 AM
Oh thks... but doesn't work :P

Have you an example that i can see :) ?

I saw on macromedia.com that only some tags are reconized.. So problem is in flash and not on php ...



The only solution is to convert on php script that tags to the real chars .. but exist lot of them :|