I have tried increasing the width/ height of the scrollRect once its been set, say your swf scales ot the window size, but nothing will increase its width or height.
So, instead of increaseing and decreasing the width and height of the scrollRect when the stage is resized I just create and assign a new rectangle to the components scrollRect property setting its width and height to the new stage size. Is there a better solution? As trying component.scrollRect.width = newSize does nothing to the scrollRect. Any better solutions?

