Hello.
Long time no see! 
So yea. I have a problem. I have a dynamic Textbox in my SWF. It is attached to a movieclip and can be moved around and such. All somewhat simple. Thatâs not the issue yet 
What I need to accomplish is for it to accept different non-standard Fonts (from a list of about 50 Fonts that need to be available). I donât care if itâs done by using the âhtmlTextâ-property of the textfield or the âfontâ property of the TextFormat object⌠or any other way- I just need it to work. :puzzled:
What I mean it- I need to find a way to get the characters of a bunch of non-standard Fonts (such as âArmy.ttfâ and âCollege.ttfâ) to be available in my SWF so that the textfield can draw from that resource.
I know how to use textfields and TextFormat (at least well enough, I think) and AS 2.0 in general (though I am certainly not a pro)⌠I know how to Embed a Font to a Textfield (not that that is an accomplishment. heh) I just canât seem to tie the loose ends.
I thought it might be enough to have some textfields in the SWF, âoff stageâ (one for every font I wanted to embed) and have them embed the font I want in order for it to be in the SWF file for the dynamic Textfield to use⌠but I guess itâs not at all that simple.
I tried reading into Shared Fonts Functionalities (Shared Libraries and such) but I donât even know if that is the way to go- I really just need a pointer⌠or a âthatâs not possible, man. forget it :Pâ )
Thanks all.
~MM