are all modules loaded in the application yours? http://opensource.adobe.com/wiki/display/flexsdk/Per-Module+Style+Management http://livedocs.adobe.com/flex/3/html/help.html?content=styles_10.html
-another module loading its own stylesheet can override your style symbols since StyleManager is a singleton -if the module factory of your loaded modules is different,styles are not inherited - your modules are being loaded into a different application domain maybe you have checked all this before, but just in case.. On Thu, Feb 25, 2010 at 4:02 PM, Hanpan <[email protected]> wrote: > > > > Hey, > > I'm having loads of trouble getting my embedded font to display in modules. > I am embedding the font in a style tag in my parent application, and I'd > like to use this font inside my modules. Is there a way in which I can > share > this embedded font throughout my application (including modules) without > having to embed the font into each individual module SWF? > > Thanks! > -- > View this message in context: > http://old.nabble.com/Using-embedded-fonts-in-modules-tp27714393p27714393.html > Sent from the FlexCoders mailing list archive at Nabble.com. > > >

