RE: [flexcoders] Runtime loading of an SWF with embedded font

2006-10-09 Thread Matt Chotin
I think if you embed the font onto a class, then load the SWF that has that class, then do getDefinitionByName for the class it should work? From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of mitchgrasso Sent: Thursday, October 05, 2006 9:57 AM

Re: [flexcoders] Runtime loading of an SWF with embedded font

2006-10-05 Thread Daniel Freiman
I've gotten this working with fonts but I haven't tried it with other types of assets yet so I don't know if there's a difference. If you serach the flexcoders archive for Embedding fonts at runtime you should find an example that works. Also, to use GetDefinition, the class you are retreiving