I have a dynamic text on a canvas with html enabled. If I set
the font (garamond) at design time to bold, the text is displayed
when I run the movie. However if I set the text to bold at runtime
using actionscript textBox.htmlText = "<B>bold
text</B>"; the text does not show. What seems to be the
problem? I have embedded the font into the dynamic text.