i found a really good flash file that i want to use but i also want to add it to another flash file i have. can this be done without making any dramatic changes or a lot of copying and pasting?
if you want to load a flash movie inside a main movie, the way to do is below
short method:
PHP Code:
this.createEmptyMovieClip("myMovie",this.getNextHigestDepth());
myMovie.loadMovie("externalMovie.swf")//where externalMovie - movie to be loaded into this flash file.