Font compilation error
So, in Flash Builder, my app compiles fine.
But when I try to build it on my production server from the command line, it fails while compiling the fonts:
/home/me/MyFlexProject/SomeModule/src/Fonts.as(29): Error: exception during transcoding: Font for alias 'HelveticaRounded LT Std Blk' with plain weight and style was not found at: file:/home/me/MyFlexProject/SomeModule/src/assets/fonts/HelveticaRoundedLTStd-Black.otf
[Embed(source='/assets/fonts/HelveticaRoundedLTStd-Black.otf',fontName='HelveticaRounded LT Std Blk',mimeType='application/x-font',embedAsCFF='false')]
I have tried using a different font manager, via "-managers=flash.fonts.AFEFontManage", but this did not change anything. What could be the cause of this?
