Flash CS4 <b> tag in with htmlText
- by Hanpan
Wow, this one is really weird.
I have the following setup:
Two textfields on the stage with Arial normal and Arial bold, both embedded. I then have another textfield which I am setting like so:
tb.htmlText = "Test <b>Test</b>";
For some reason, the bold text is not displaying as bold, but as regular weight. I have tried embedding…