Thanks for the help CancerInform. That method did work but I needed to use TextFormat instead of HTML or css text.
I finally figured out what was going on. For each font you need to create a private class under to load. So for my example above:
This was an error with ActionScript 3.0 Cookbook. That is annoying. Spend $50 and still need to find the answers on the Web.Code:[Embed(source="/SwissBTExtCom.ttf", fontFamily="Swiss911", mimeType="application/x-font-truetype")] private var Swiss911:Class;
Hope no one else wastes their time on this. Don't forget t(:TextField).embedFonts = true;




Reply With Quote