# Load movie / button animation issue

**URL:** https://forum.kirupa.com/t/load-movie-button-animation-issue/200985
**Category:** Uncategorized
**Created:** [September 17, 2006, 12:29pm UTC](https://forum.kirupa.com/t/load-movie-button-animation-issue/200985 "2006-09-17T12:29:58Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![evil\_genius](https://avatars.discourse-cdn.com/v4/letter/e/eb9ed0/32.png) [@evil\_genius](https://forum.kirupa.com/u/evil_genius)
#### Post date: [September 17, 2006, 12:29pm UTC](https://forum.kirupa.com/t/load-movie-button-animation-issue/200985/1 "2006-09-17T12:29:58Z")

</div>

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 :

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

```

it works fine, however it disables the animation.

How do i get around this? :bad:
