View Full Version : can this be done?
mart032280
06-16-2008, 06:55 PM
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?
DiamondDog
06-16-2008, 07:47 PM
It's definitely possible to load one Flash movie into another. A movie within a movie, if you like.
(I have to say I've no idea how you do this in Flash 8 as I've never used Flash 8.)
Is that what you mean by 'add'?
kbtdk
06-16-2008, 09:09 PM
if you want to load a flash movie inside a main movie, the way to do is below
short method:
this.createEmptyMovieClip("myMovie",this.getNextHigestDepth());
myMovie.loadMovie("externalMovie.swf")//where externalMovie - movie to be loaded into this flash file.
|
vBulletin® v3.8.5, Copyright ©2000-2013, Jelsoft Enterprises Ltd.