Problem with text scroller

Im not so experienced with flash, and Im having some problems with my text scroller. I got the scroller itself working, but when I try to view it in browser, the scrollerbar won`t show all of my content (text) when I scroll it down.
I have two seperate files, mainpage.fla and swf and content.fla and swf. In a mainpage i have a button, which, when clicked, shows the content file.

In my main.fla I have a following code:

loadMovie (“content.swf”,"_root.content");

And on the button:

button1.onRelease=function(){
_root.content.gotoAndStop(2);
}

I havent got a clue whats wrong, I have all the instance names written correctly, and all of my files have been placed into the same folder.

I hope you understand… I`m crappy with english… :stuck_out_tongue: