Need help to unload movie,, when goto frame

hi.

i want to make an presentation, for which… at frame i click a button on frame 9 it goes to frame 10 and plays… like my script on frame 10 is below

this.createEmptyMovieClip(“coalzoom”,5);
coalzoom._x = 80;
coalzoom._y = 60;
coalzoom.onEnterFrame = spaceLoad;
function spaceLoad()
{
coalzoom.loadMovie(‘swfs/coal2.swf’);
deletethis.onEnterFrame;
}
stop();

and when i click another button to go frame 1 from the same page at 10, placed beside the loading external swf , it goes, but the loaded external swf file is not going , or the external file not cleaning, not removing.

anybody… please help…

rapidshare.com/files/410201822/flash_test.rar here is the fla files,