The only workaround I've found so far is:

var myHtmlText:String = "show <b>text</b> <b>text</b> to me";
// my own optimization
myHtmlText = myHtmlText.split("</b> <b>").join(" ");

myTxt.htmlText = myHtmlText;
trace(myTxt.htmlText);
// now traces: "[textformat, font etc.]show <B>text text</B> to me 
[/textformat, font etc.]"

If only I can predict where such combination can appear...

BTW, maybe some rules of "how Flash is optimizing HTML code" were
published somewhere?

  

-- 
Best regards,
 GregoryN                        
================================
http://GOusable.com
Flash components development.
Usability services.

_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to