[Flashcoders] Embedded fonts Bug

2010-09-24 Thread Kerry Thompson
Hello all, I thought I was finished with my embedded fonts project last night. Tested it on Firefox, and it worked beautifully, so I shipped it to the client. As I have been testing it this morning, I have been getting an intermittent error. It doesn't seem to be tied to the browser or Flash

RE: [Flashcoders] Embedded fonts Bug

2010-09-24 Thread Keith Reinfeld
- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders- boun...@chattyfig.figleaf.com] On Behalf Of Kerry Thompson Sent: Friday, September 24, 2010 2:22 PM To: Flash Coders List Subject: [Flashcoders] Embedded fonts Bug Hello all, I thought I was finished with my embedded fonts

Re: [Flashcoders] Embedded fonts Bug

2010-09-24 Thread Kerry Thompson
Keith Reinfeld wrote: I suggest that you try doing the Font.registerFont(Garam3BoldItalicEmbedded) in your 'embedded font swf'. Load the swf into your 'downloader' then simply use it in your showText(). Thanks, Keith. That's actually one of the many things I have tried, and I end up with

RE: [Flashcoders] Embedded fonts Bug

2010-09-24 Thread Keith Reinfeld
://keithreinfeld.home.comcast.net -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders- boun...@chattyfig.figleaf.com] On Behalf Of Kerry Thompson Sent: Friday, September 24, 2010 4:03 PM To: Flash Coders List Subject: Re: [Flashcoders] Embedded fonts Bug

Re: [Flashcoders] Embedded fonts Bug

2010-09-24 Thread Kerry Thompson
Keith Reinfeld wrote: Have you specified a fontWeight and a fontStyle? [Embed(        source='../fonts/Garamond3/GaramThrBolItaOsF.ttf',        fontName='Garam3BoldItalicEmbedded',        fontWeight='bold',        fontStyle = 'italic',        embedAsCFF='false' )] Yes, I have, and it