Hello,
I have a question, I’m new so i dont know much
I am Using Flash MX ActionScript.
Anyways i have a series of buttons, and I would like them to each load a external SWF file into a movieclip. I have accomplished this so far but,
I would like it so that whenever I click a button it unloads any already loaded SWF file that is already there.
This is what I Have So far
on (release) {
loadMovie(“movie.swf”, this.movieholder);
}
lol not much,
but any help would be appreciated C:-)