Still loading problem

hi… i need your help

i have two frames…

on the first [COLOR=red]frame[/COLOR]
loadMovieNum(“black.swf”, 1);

on the second [COLOR=red]frame[/COLOR]
loadMovieNum(“white.swf”, 1);

on these frames i have 2 buttons…

on the first [COLOR=blue]button[/COLOR] (on the first frame)
white.onRelease = function() {
unloadMovieNum(1);
gotoAndStop(2);
};
on the second [COLOR=blue]button[/COLOR] (on the second frame)
black.onRelease = function() {
unloadMovieNum(1);
gotoAndStop(1);
};

My problem is that…, …if i clicking on the buttons, my external SWF is going faster and faster. For example my FLASH OUTPUT looks like this…
4 clicks =
CSS loaded
CSS loaded
CSS loaded
CSS loaded
CSS loaded

Please help me

I will thanks for any help…