...Firstly, im using flash mx 2004. i've created a dynamic text field, embedded a font(so it gets a * next to it in the dropdown list) then assign that font to my text box. it ype some text into it and it looks like its suppose to. it works all good on my pc but if i look at it on a pc without the font installed on it, the font changes to 'times new roman' ?!...
How did you embed the font in the first place? Did you set up a new font in the Library, exported it for actionscript and given it a font ID? What code did you use to embed this font? That * bit has nothing to do with embedding a font!
Check this out...
Notice there are 2 was of embedding a font in a dynamically created textfield...
The new font in the Library method, and the one that I often suggest which is easier, creating off-stage textfields to embed fonts & styles if necessary.
http://flash-creations.com/notes/dynamic_createtext.php