Hi,
I have following files in a folder
movie2.swf
movie2.fla
Main.fla
Main.swf
In Main.fla I have created menus. When I click on sub-menu it should display movie2. I'm using following code for menu item button:
on (press) {
loadMovieNum("Movie2.swf", 1);
}
With this code I can see the movie1 (main.fla) as well as movie2. It is like move2 overlapping ( transparent ) on move1. Is there any way we can unload the movie1.
Thanks in advance
I have following files in a folder
movie2.swf
movie2.fla
Main.fla
Main.swf
In Main.fla I have created menus. When I click on sub-menu it should display movie2. I'm using following code for menu item button:
on (press) {
loadMovieNum("Movie2.swf", 1);
}
With this code I can see the movie1 (main.fla) as well as movie2. It is like move2 overlapping ( transparent ) on move1. Is there any way we can unload the movie1.
Thanks in advance