I’ve built an application that I want to customize for different users by including a library of movie clips specially designed for each user. I don’t want to have to change the base flash file. This means I need to be able to have two files: a main application file, and then some other file that includes a library of clips. It’s important that a collection of clips are available in a single file, not loaded as individual swf’s.
If I load an SWF with a bunch of clips in the library, each set for actionscript sharing, will I be able to load those into the original movie?
Is there another way to do this? any help is greatly appreciated.
Dave