PDA

View Full Version : importing other swf's


boxter822
08-24-2007, 03:30 PM
hey guys, im trying to embed one flash document in another but when i import one swf into the main flash file, it doesnt read the actionscript from the swf, the imageloaders dont work, etc. How can i cleanly put one flash file into another?

atomic
08-24-2007, 03:58 PM
Dynamically load the second one in the first one, with loadMovie, or the MovieClipLoader, or loadMovieNum...

boxter822
08-24-2007, 05:57 PM
thanks! ill try it out this evening:)

atomic
08-24-2007, 06:09 PM
;)