Load movie / button animation issue

I managed to get around my unload button problem, now my next problem is actually loading movies with buttons.
When i apply the code the animation stops working so the button is static. I’ve tried the code in both a frame and on the button and get the same thing.

i’ve got the following code :

 
but3.onRelease= function() {
loadMovieNum("pages/company/company.swf", 4);}

it works fine, however it disables the animation.

How do i get around this? :bad: