This article originally appeared on the old wiki in early 2007 and addresses font loading in ActionScript 2.0. With the introduction of ActionScript 3.0 there are quite a few simple techniques to load fonts and we found that FontManger was no longer needed.
If you wish to load fonts in AS3 you can do so with SwfLoad and external asset classes.
Many large flash projects or multilingual sites are prime candidates for dynamic font loading and switching. Unfortunately this is not as easy as a loadMovie call. Flash makes it close to impossible to accomplish. So hard in fact that there are costly Flash components to handle this need. Hold onto your money; after reading this article you will be able to dynamically load fonts for free.
Continue Reading