Button/Movieclip problem

[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]