Answered
KGLAD
I got Flash CS3 installed. Is there an easy way to create a master swf now? And will i be able to load external movieclips from CS3 to Flash 8. Example: My master swf is CS3 and my external movieclips are flash 8 or vice versa.
I got Flash CS3 installed. Is there an easy way to create a master swf now? And will i be able to load external movieclips from CS3 to Flash 8. Example: My master swf is CS3 and my external movieclips are flash 8 or vice versa.
use the loader class:
var loader:Loader=new Loader();
addChild(loader);
loader.load(new URLRequest("yourloadedswf.swf"));
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.