bdik
11-28-2005, 02:35 PM
Hi all,
I have this simple combobox that uses a special font for the text.
My problem is whenever I export it to SWF, the font is not embedded (PC without that font displays a generic font).
I have already tried these things:
1. Used the embedFonts style:
myCombobox.setStyle("fontFamily", "Optima")
myCombobox.setStyle("embedFonts", "true")
2. Created a new font library item and gave it a linkage and exported it to AS and first frame
Can anyone tell me what do I miss? Thanks very much!
I have this simple combobox that uses a special font for the text.
My problem is whenever I export it to SWF, the font is not embedded (PC without that font displays a generic font).
I have already tried these things:
1. Used the embedFonts style:
myCombobox.setStyle("fontFamily", "Optima")
myCombobox.setStyle("embedFonts", "true")
2. Created a new font library item and gave it a linkage and exported it to AS and first frame
Can anyone tell me what do I miss? Thanks very much!