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

2006-10-09 Thread Matt Chotin
To: flexcoders@yahoogroups.com Subject: [flexcoders] Runtime loading of an SWF with embedded font I am trying to use SWFLoader to import an external Flex-generated SWF into my main Flex app. The external SWF has an embedded font which I want to be able to use from the main app as well

[flexcoders] Runtime loading of an SWF with embedded font

2006-10-05 Thread mitchgrasso
I am trying to use SWFLoader to import an external Flex-generated SWF into my main Flex app. The external SWF has an embedded font which I want to be able to use from the main app as well. I know there are apparent limitations with dynamically embedding assets but is this method possible? The

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