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 documentation leads me to believe that it should be possible to access the embedded assets within an external SWF within the same ApplicationDomain but I haven't been successful in getting this to work (not to mention that the sample code for GetDefinition doesn't seem to work correctly). Are fonts treated differently than other embedded assets? Assuming I can even get the embedded font class out of the external SWF, how would I then reference it in a style? I have seen the discussion and solution using RSL components which leads me to believe this could be possible... thanks Mitch Grasso -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/flexcoders/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

