Hi,
The Scroll Bar component has nothing to do with the way you load the content or the loading time of your content.
I guess you’re probably using a preloader or “progress” / “complete” events to count the amount of your loading data and show to your client an animation while the data is loading.
If you’re not using a preloader animationa and you simply wait fo the data to load in front of a blank screen your client will not know what he is waiting for ( the scroll bar component obviously does not handle the way you load and visualize the loading progress of your data ).
The Scroll Bar is simply attached to the Movie Clip and adjust itself automatically based on the loaded content.
If you want to do something more efficient, count the amount of your loading data and after your data is completed loading attach the scroll bar to your target movie clip holding the newly loaded content similat to this:
sb.targetMovieClip = yourMovieClip;
Also go to the Components Inspector Panel of the Scroll Bar component and activate the easing option and choose an easing tyoe and easing delay for better scrolling instead default scroll acceleration.
Best regards,
Flashtuning