[Flashcoders] Problem: Bold, italic, normal text style in a dynamic textfield

2006-03-21 Thread Ramon Miguel M. Tayag
Hey everyone, I'm problems with showing italic, bold and normal text in a dynamic textfield, behing a mask, all at one time. To make things simple: I have a textfield (tf) in a movieclip (mc) on the stage, which is masked. I embedded all characters, for testing purposes. mc.tf.htmlText =

Re: [Flashcoders] Problem: Bold, italic, normal text style in a dynamic textfield

2006-03-21 Thread stacey
Html doesn't always render the bold versions of the fonts or italicized. I think if you are using a non standard font - hence the embedding, I think you may have better luck converting the html tags to a textFormat object and apply it. Someone else might totally disagree, but in the past,that is

Re: [Flashcoders] Problem: Bold, italic, normal text style in a dynamic textfield

2006-03-21 Thread Marc Hoffman
You need to have all versions of the font embedded -- bold, italic, regular -- whatever versions you intend to use. You can create dummy textfields offstage that are identical to the real textfield, except don't give them an instance name and, for each one, select bold or italic in that

Re: [Flashcoders] Problem: Bold, italic, normal text style in a dynamic textfield

2006-03-21 Thread Iv
Hello Ramon, RMMT I embedded all characters, for testing purposes. - incorrect embedding. read the article: http://www.sharedfonts.com/eng/faq.html#include -- Ivan Dembicki [EMAIL PROTECTED] |