I am trying to load text dynamically from an external .txt file. I have embedded a font in a shared library and imported the library into my .swf file. What I am noticing is that Flash is creating the Font* and a (Font*) System default Font along with it. The text will not load with the system default font and I have tried reimporting all of the font faces. Of course it works with a _sans and an _serif, but I want to use the font I have imported. How do I get rid of that (Font*) System Default Font?