On 2/16/07, David Chang <[EMAIL PROTECTED]> wrote: > Hi, > > I'm not sure if this is the same problem you're having cause it sounds > like you're build goes thru fine with the font. Anyways I'm on OSX also > but none of my fonts embed when using the source attribute with the > location of the font. I've tested a dozen fonts and kept getting the
this works for us: // north arrow [Embed(mimeType="application/x-font", source="assets/fonts/northArrows.ttf",fontName="North Arrows")] private var northArrowClass:Class;

