It loads to my instance called “contents”. I than do the following:
on (release) {
_root.contents.loadMovie(“Pad_Wis.swf”);
}
As you can imagine it goes over the top of “Front_Page_Ad2.swf"
How can I swap out the movies to the instance “contents”? I have several movies that swap out by different buttons.
Becouse they are transperant, I was hoping that there was a command that would remove what was there before it is placed on the area of the target text area.
If you totally want to remove the swf so that it cant be seen on the stage then use unloadMovie(“movie.swf”); Just like using loadMovie, only it does the opposite.