I've got an AS3 app making use of the fl.containers.ScrollPane object, and I am setting the source to an SWF file like so:
myMc.scrollContent.source = "assets/something.swf";
When running the application, the SWF is loaded as expected, but both the scrollbars, vertical and horizontal have tiny scroll tacks, that when moved, causes the loaded SWF to completely jump out of view.
It's as if the scrolling region is 10000 x 10000 pixels large.
How can I explicitly set the scroll height and width with code?