ANNOYING! Unload problems

Hi everyone,

I have gone through just about every post about unloading external movieclips and nothing works for me! I have a button which loads an external movieclip. After this, the user goes to a different link in the flash, but the movie stays on top. I have tried just about every code that i could find in this forum so far but couldn’t find how to do this; when the user goes to a different link, it unloads the movie clip.

This is one of the codes i have tried using in the other links;

on (Release) {
Home 1.unloadMovie();
_root.gotoAndPlay(“Products”);
}

Btw the external mc is called Home 1.swf and is in the same directory as the original clip.
Any help would GREATLY be appreciated.