R – Using external movieclips in Flash CS4 (Actionscript 3)

actionscript-3flashflash-cs4

I'm building a Flash CS4 application (AS3) and I can't keep all my movie clips in the library because there will be hundreds of them, and new ones will be added all the time.

Two parts to the question:

  1. How can I externally load in a movieclip to use during run time? After loading I still need to be able to manipulate it as if I created a new instance of it from the internal library.

  2. How can I load a movieclip based on its name?

Thanks!

Best Answer

Look at a complete example (mixing the different concept) in the current doc

Related Topic