I created a text box with dynamic text, and I want some words of the text to be colored. However, it doesn’t seem to be working. I have other text boxes where the text is one color, and that works fine, but I can’t get it to work on this case.
I tried embedding all fonts from the character, but got nothing. Is there a step that I’m missing?
You can use something like this:[AS]myText.html = true;
myText.htmlText = “<font color = ‘#336699’>BLUE </font><font color = ‘#990000’>RED</font>”;[/AS]