开发者

Loaded HTML Text In Flash not displaying with BlendMode.LAYER

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 se开发者_StackOverflow社区t to BlendMode.LAYER. When I run the movie, the html text doesn't display. Any clues why?


textField.embedFont = true;
textField.defaultformat = new Format("EmbedFontName");

Do you have something like this?

or embed font characters?


If it doesn't work with normal blend mode either:

  • Does the loaded html contain unsupported html tags? Flash text fields support only a limited subset of html tags.
  • If not, it could be embedded fonts issue as konrad suggested.
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜