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:

Code:
		[Embed(source="/SwissBTExtCom.ttf", fontFamily="Swiss911", mimeType="application/x-font-truetype")]
		private var Swiss911:Class;
This was an error with ActionScript 3.0 Cookbook. That is annoying. Spend $50 and still need to find the answers on the Web.

Hope no one else wastes their time on this. Don't forget t(:TextField).embedFonts = true;