Flash MX2004 - unloadClip doesn't work

I can’t seem to get th CV.swf to unload when I press the back button. The Home.swf loads ok. Anyone got any ideia why? And how may I solve this issue?

Here the code:(it’s on a frame on the time line of the CV.swf file, the Home.swf file is the starting point and has a similar code but no unload is needed).

[COLOR=Blue]BACK_BT.onRelease = function(){
var container:MovieClip = createEmptyMovieClip(“Contents”, getNextHighestDepth());
var mcLoader:MovieClipLoader = new MovieClipLoader();
mcLoader.unloadClip(“CV.swf”, Contents);
mcLoader.loadClip(“Home.swf”, Contents);

function onLoadInit(mc:MovieClip) {
trace("onLoadInit: " + mc);}
}

[COLOR=Black]Thanks in advanced for any help! :hugegrin:[/COLOR]
[/COLOR]