Original User: FrankTT
Robert,
I think that might be my problem. I commented this section of code due to errors during compilation.
/* [Embed(source='assets/arial.ttf', embedAsCFF='false', fontName='myArial', mimeType='application/x-font')]
private var font1:Class;
[Embed(source='assets/esri_40.ttf', mimeType="application/octet-stream")]
private var fNorthArrow:Class;
[Embed(source='assets/esri_40.ttf', embedAsCFF='false', fontName='esriNorth', mimeType="application/x-font")]
private var fNorthArrowFont:Class;
[Embed(source="assets/b617d5849ea5bacc44c29fc0d4c2bed6_esri_40.afm", mimeType="application/octet-stream")]
private var afmNorthArrow:Class; */
How can I get a hold of these missing .ttf files or is there a work around?
Thanx.