Have a textField in which I'm loading HTML formated text into it. This textField sits inside a parent container which has its blendMode property set to BlendMode.LAYER. When I run the movie, the html text doesn't display. Any clues why?
A:
textField.embedFont = true;
textField.defaultformat = new Format("EmbedFontName");
Do you have something like this?
or embed font characters?
Konrad
2009-10-13 19:17:31