Hi guys,
My dynamic textfield doesen’t show special characters (%&+…).
I have emped the font(uppercase, lowercase, numerals, PUNCTUATION and basic latin) and I’ve also tried to render it as html.
for example:
flash.addVariable(“newtext”," Word & word2");
AC2
myTextfield.text = _root.newtext;
then it prints just “word”, because flash doesen’t understand character & as a text format;
locally it worked fine
myTextfield.text = “Word & word2;”;
any suggestion?
Thanks!