unLoad current Swf and load new Swf

Hi,

i have a photo gallery of thumbnails in one swf (wedding_scroller.swf) and when i click on the thumbnails I want to unload the thumbnail swf and load in a new swf with the larger image (wedding_large.swf). I cant seem to get it right. I can load in the the new swf but the thumbnail swf stays there. this is the code i am using on one of the thumnail images:

on (release) {
unloadMovie(“wedding_scroller.swf”);
loadMovie(“wedding_large.swf”,2);
}

also when wedding_large.swf loads I want it to go to frame 2.

any help would be appreciated.

thanks