I have searched the forums and the post tell me i shouldn’t have this problem. I have a movie which contains a mask. The layer which containes the combo box is being masked. The combo box apperas, but the labels do not.
the combo box is part of flash UI components, not some custom job on my hand.
If you’re using a mask layer, embed the font outline. Follow these steps:
[LIST][]Open the Library (F11).
[]Expand the folder called Flash IU Components.
[]Expand the folder called Component Skins.
[]Expand the folder called Global Skins.
[]Right click over the symbol called FLabel.
[]Select the TextField on the stage, open the Properties Panel (Ctrl+F3) and click on the button that says Character….
[*]Select All characters in the Character Options dialog box and click Done.[/LIST]
Mask the FComboBox by using a MovieClip.
[AS]myFComboBox.setMask(myMovieClip);[/AS]
Where myFComboBox is the instance name of the FComboBox and myMovieClip is the instance name of the MovieClip acting as the mask.
Originally posted by Obelisk How would you embed fonts in a combo box?
Seriously, are you kidding me!?
Originally posted by kax 1) If you’re using a mask layer, embed the font outline. Follow these steps:
[LIST][]Open the Library (F11).
[]Expand the folder called Flash IU Components.
[]Expand the folder called Component Skins.
[]Expand the folder called Global Skins.
[]Right click over the Symbol called FLabel.
[]Select the TextField on the stage, open the Properties Panel (Ctrl+F3) and click on the button that says Character….
[*]Select All characters in the Character Options dialog box and click Done.[/LIST]