Hi all,
To change V-Menu-2 to link to a movieclip rather than a URL do this…
Step 1. Around line 188 of the actionscript in V-Menu2.fla comment out the getURL line, and add loadMovie(link[this.no], _root.myMovieClip); (rename myMovieClip for whatever name you use for the movieclip instance name that will be your SWF loader, see example below).
In the example below I have created a movieclip on the main timeline and named it ‘myBox’ (I used the same name for the instance name in the Properties panel).
//getURL(link[this.no], linktarget[this.no]);
loadMovie(link[this.no], _root.myBox);
Step 2. In the XML file links.xml amend the code as follows…
In the example above the external SWF will load into the movie clip called myBox.

118 Purchases
33 Comments