I have a small issue with my site and I thought I’d see if I can get some input on it. The site’s Main swf load’s external swf’s into a sub menu (empty movie clip that is underneath a mask). I want to be able to click on buttons in the sub menu that will load more external swf’s into the main movie, but I can’t seem to get the targeting right as the movies open up in the sub menu instead (behind the mask which isn’t too useful).
Due to a lack of decent webspace I’ve packaged the published swf files into a small ZIP for you guys to have a look at. If you can point me in the right direction I’d really appreciate it.
you have to program the buttons in the swf you load for example the portfolio section will have to have all the scripts to load more movies into a target since the buttons on that movie are in that movie i suggest you program the buttons in each movie you load because you will be loading diffrent movies into the target and i think it wont work maybe senocular or some of the other guys can corect me on this but thats how do it
ah, I’ve figured it out by making my little movie loader a function in the root of the main movie. Each button passes a variable to the function and then loads the movie. I’m not sure why it wouldn’t work when I had it loading from the button itself? Ah well, the function is less labour intensive anyway.