I’m in the process of creating 2 websites. In the first, I used buttons on my main menu and used the tutorial on loading external swf files into a container movie clip (http://www.kirupa.com/developer/mx2004/transitions2.htm) and this worked a treat!
this.onRollOut = function(){
rewind = true;
}
*
…is embedded within the movieclip on the first frame, that this is where I should put my “onRelease” code. However, I’ve tried that and I can’t seem to get it to work!
I’m just not sure how to tweak the “onRelease” code to make it work to load an external swf file into a “container” movie clip. Is it because of where the code is or simply becasue that code is only suitable for buttons rather than movieclips?