Martin, you can access library assets from loaded SWFs and create
multiple instances of those assets. It's not exactly the same thing,
but still *very* useful.

var Asset:Class =
Class(loader.contentLoaderInfo.applicationDomain.getDefinition("assetLinkageName"));

var assetInstance:MovieClip = new Asset(); // type your instances accordingly

* * *

Read more at:
http://www.scottgmorgan.com/blog/index.php/2007/06/18/runtime-font-embedding-in-as3-there-is-no-need-to-embed-the-entire-fontset-anymore/

-- 
Eduardo Omine
http://blog.omine.net/
http://www.omine.net/
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to