I am thinking that converting the 6 chars I need for the preloader to vector graphics would be the most efficient way to display/animate that text without loading any superfluous data. To accomplish this, would I export them through illustrator? To what format? Is there a flex way of doing this? Thanks.
On Thu, Oct 15, 2009 at 12:18 PM, Baz <[email protected]> wrote: > I have a custom font I would like to use for my preloader, but I would like > to implement it without having to use Flash IDE. I know the exact text I > need to write, it is only 6 characters long, but later on in the app I will > need the entire set of chars of that font. What is the best way to go about > this? > > 1. Should I embed the font twice, once with a tiny subset of 6 chars > for the preloader, then again in flex for the rest of the chars? > 2. Should I create vector images of each character for the preloader (I > need to animate each char independently)? > 3. Should I create a series of png's for each char? > 4. Anything else? > > Thanks! > >

