if you have fonts both in the lib and embedded in a dyn text box, the font wont show up, well this is true with arial/verdana from my experience. I solved this by just embedding the font in a dynamic box ad deleting from the lib., also sometimes you need the reiterate say if you are using a textformat or a style, say you pull the text from an object when you roll over a mc, after you set the text, you also need to re specify the format or style.
MaTT On 10/8/05, JesterXL <[EMAIL PROTECTED]> wrote: > > I'm having an issue where embedded fonts work in my SWF fine, but when I > load the SWF into another one, they are no longer visible. Apparently, I > can trace the fields out, so I know they have text in them. > > I remember reading about this issue back in Flash 5. Apparently, if your > movie's textfields uses embeded fonts, you need to ensure on _level0, you > have a textfield, physically on the stage, that has the the font in > question > embedded. However, I think this only applied to SharedLibraries. > > I've tried putting textfields, both static and dynamic on both _root's, > embedded the symbols, tried font symbols and not, and done the same thing > in > both movies... but they won't display. > > ??? > > --JesterXL > > _______________________________________________ > Flashcoders mailing list > [email protected] > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

