So I’m working with a guy who designed a site for people to use as a template for portfolios(www.isaacoster.com) and I’m kinda beta testing the submenu feature that he has on his website. But we can’t seem to get it to work. I created a submenu movie clip which is just a picture with buttons over it. I then created a holder for the submenu on the main page. And I turned on export for actionscript for both. Then I added this line of code to the existing code
thumb03.onRelease = function(){
image_holder.loadMovie(“images/03.jpg”);
//added code
submenu01_holder.attachMovie(“submenu01”,“submenu01”,this.getNextHighestDepth());
//end added code
getURL("./htm/03.html", “tracker”);
};
However the submenu doesn’t seem to be loading. I’m a complete noob to flash so I really don’t know what I’m supposed to be doing as far as publishing options and such but any help would be appreciated. We may just have missed somethign really simple.
P.S. I’m testing the site by just opening the index.html in internet explorer not sure if that maybe doesn’t work with the attachmovie.