A flashdevelop project (compiling with flexsdk 4.5.0) is using assets from various other SWCs. In the main swf, when the assets are added on stage, no text is displaying when a font is set.
I tried both embedding, and not embedding the fonts in the various SWCs, but nothing seems to work yet.
What embedding strategy should I use?
Notes: I am using Classic Textfields, tried embedding and not embedding the fonts in the various SWCs.
Font embedding can take a bit of time to explain, so check out my post about it here: http://divillysausages.com/blog/as3_font_embedding_masterclass
Simple things to check:
embedFonts
set to true on the TextField?embedAsCFF=false
? In flex 4.5, it's true, but you only need it to true if you're using Spark components.