embedding fonts and dynamic formatting problem...
i've got an interface built that allows users to change the font and saves the values to a mysql database. everything saves fine but when i try to load them, it always uses times new roman instead of the font they chose. i am using textFieldFormat.font=fontvariable; and setting everything properly (i know this because the size, bold, italic, color, etc. are working fine). I've embedded all of the fonts earlier on in the .swf but that doesn't seem to help. do i need to set embedFonts=true?
i must be missing something here.
thanks...