Flash gurus
- Started
- Last post
- 3 Responses
- ********
I'm trying to customize an accordion component's labels, I'm using
_global.styles.AccordionHeader.s...
to set the fontFamily to Helvetica Neue but I'm trying to specifically use Helvetica Neue Thin but I just can't get it to display.
I've set the fontFamily to Helvetica Neue Thin, no luck. Changed the fontWeight to Helvetica Neue Thin, HelveticaNeueThin, the font file name, and it doesn't work.
I'm going crazy over this, any and all help will be appreciated.thanks
- ********0
((crickets))
- joyride0
do you have that font somewhere on the stage?
Sometimes, adding that font in a dynamic text box (with fonts embedded) off the stage gets it to work
- ********0
I got it!!!
Joyride your answer was almost right. I created a dynamic text field and embedded the font, that didn't work. I took a peek at the movie explorer and noticed that for that dynamic textfield the font was set to 35 Helvetica Thin, which is what I used to define the fontFamily for the component's label.