On a side note, use setNewTextFormat() as well as setTextFormat() seeing as it's an input field...
TextField.setTextFormat(TextFormat); TextField.setNewTextFormat(TextFormat); and yes you need to embed all the font glyphs, bold and italic. -- Jim Palmer ! Mammoth Web Operations > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Danny > Kodicek > Sent: Tuesday, July 11, 2006 2:51 AM > To: Flashcoders mailing list > Subject: RE: [Flashcoders] help with embedded fonts... > > > > Hi grimm, > > You need to embed the italic and bold versions of the font, too. > > Best bet is to stick all three in off-screen dynamic textfields > > somewhere (or exported in your library). > > Alternatively, enable the textField's HTML property and embed > all the font > styles in the same field. > > Danny > > _______________________________________________ > [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 > _______________________________________________ [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

