# Button/Movieclip problem

**URL:** https://forum.kirupa.com/t/button-movieclip-problem/234960
**Category:** flash
**Created:** [August 7, 2007, 2:07pm UTC](https://forum.kirupa.com/t/button-movieclip-problem/234960 "2007-08-07T14:07:03Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![marvinnr1](https://avatars.discourse-cdn.com/v4/letter/m/ce7236/32.png) [@marvinnr1](https://forum.kirupa.com/u/marvinnr1)
#### Post date: [August 7, 2007, 2:07pm UTC](https://forum.kirupa.com/t/button-movieclip-problem/234960/1 "2007-08-07T14:07:03Z")

</div>

[SIZE=2]I got a problem with a script I am using for a button which is actually a movieclip. I used the following actionscript:

btn2.onRelease = function(){  
\_root.container.loadMovie(“bio.swf”);

}

If I apply the script as typed above, he does animate but he doesn’t link. When I apply the same script and put it on the timeline he doesn’t animate but he does link.

I hope you can help me solve this problem.

[/SIZE]
