I loaded a font.swf (in Flash CS5) and it works in the class I loaded the font into, but if I want to pass it to another class, how do I do that?
I tried passing it as a TextFormat instance (with the format.font = my_loaded_font) but that doesn't appear to work...