PDA

View Full Version : Component: embedfonts problem


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!

oldnewbie
11-28-2005, 04:32 PM
Are we talking a MX only AS1.0 combobox here or of a MX2004 AS2.0 combobox?

bdik
11-29-2005, 02:18 AM
Hi,
I used Flash MX2004 - AS2.0 combobox
Thanks.