Help with UNLOADING

I can’t seem to get the main.swf to unload when the next swf loads up…after clicking on the button…

on (release) {
	_root.content.loadMovie("portfolio.swf",0);
	unloadMovie("flashsite.swf")
	}

I’ll take any help…thanx!