The text I am dealing with in this instance is not being loaded dynamically, but of course a text box that has a scrollbar component attached to it will only work if the box is set to dynamic.
My problem is that I am loading a movie into a target.. the movie on level 0 main.swf has a dynamic text field and scrollbar component.
When I load in the second movie and then unload it using a button within itself, the main.swf, shows the text and the scrollbar(not buttons are shown on scrollbar, just the scroll track. Also, when I unload the movie from the target, it tells the _parent movie to gotoAndPlay a frame that transitions it back in, therby reloading the scrollbar. And, the most unbeliveable thing is that I have scrollbars in other timelines of this movie and as soon as I load a movie into a target, wherever in the parent movie this is done, all of the other scrollbars become inactive. I am tearing my hair out.