PDA

View Full Version : any ideas how to load external menu



Eyeball
February 28th, 2003, 09:49 PM
any ideas how to load external menu into main.swf .
do i have to create 2 different empty MC's

please let me know ASAP

Thx so much

Danneman
February 28th, 2003, 10:35 PM
Well, you could create your menu in another swf-file, and then load that file into the main swf-file, on a different level.

loadMovieNum("menuFile.swf", 10);

...will load "menuFile.swf" into level 10 of the main swf.

Eyeball
February 28th, 2003, 11:10 PM
thx man it loaded with no problems , but now i have onother issue when my menu loads my menu buttons won't load my external swf's ?

anyways i am loading a external Mac X menu so not sure how to ?