waynez
1
i try loading a separate swf movie into my main one and i tried using level 0,1,-1…
in the main movie, i got a drop-down menu system
-1 = opens a new windows
0 = the separate swf covers the whole area of the main movie(including the menu);
1 = cover part of my menu.
can anyone help me… i just wish to load the movie into the main one and the menu system are able to be seen(on top of the separate one)???
on (release) {
loadMovie(“prod.swf”, 1);
}
system
2
I put all your buttons into a movie clip called ‘menu’.
Then at runtime the menu is loaded from the library onto the stage in a higher level than the prod.swf would be loaded into.
I also created a movieclip called ‘contentHolder’ which you should use as the target to load your content into.
I only made changes to the first top button, and the first sub button so you can see it working.
Have a look at what i added to the code, its pretty straight forward, you should be able to just apply the same changes across the menu.
To edit the menu, double click it in the Library window, remember all the buttons are in the movie clip called ‘menu’.
Regards,
Viru.