Hi,
I have a dynamic text box on stage. It loads text from a php
file, created in Dreamweaver. However, it will not load the Euro
symbol €. I have tried using \u20AC, &euro and chr(128)
in PHP file but they do not convert it, to the Euro Symbol. It does
not work either, if I put in the € symbol, but will work for
$ or £ symbols.
The php code i have is :
<? php>
$msg = "This is the Euro symbol \u20AC";
print ("&hotelDatabaseinfo=$msg");
<?>
Could I embed the symbol in Flash and how could I do this ?
Thanks,
Paul