Load unload issue

making gallery. buttons direct to different frames and loading external SWFs. now need to unload the SWFs when i go from frame to frame

here’s my loading variable

var loadit3 = new Loader();
loadit3.load(new URLRequest(“3.swf”));
addChild(loadit3);

please me unload next