- All
- Special Offers
- User Interface
- Scroll Bar Components
- Flash XML Calendars
- HTML / XML News Readers
- HTML / XML Tables & Grids
- Flash Contact Forms
- Date Picker Components
- Flash XML Guestbooks
- Color Picker Components
- Countdown Components
- Flash Tool Tip Components
- Image Zoom & Panning Controls
- Flash Text Tools & Editors
- Rating and Pool Systems
- Flash Weather Widgets
- 3D Object Rotators
- Shopping Carts
- Flash Maps
- Flash Charts
- Galleries & Slideshows
- Menus & Navigation
- Design & Effects
- Audio & Video
- Templates
- Applications & Games
- Various
- Adobe Flex
- Adobe AIR
- Free Flash Files
- Lightroom Plugins
- Dreamweaver Extensions
Posted by : Flashtuning
121 purchases
Package includes: MXP,FLA
Opens with: Flash MX 2004, Flash 8, Flash CS3, Flash CS4, Flash Lite, Adobe Air, Flex
AS Version: ActionScript 2.0
Flash knowledge required: Advanced
Documentation: Excellent documented
Set two component instances to build a Scroll Pane
The Flashtuning Scroll Bar component provides extended scrolling control over any content type within movie clip and adapts automatically for both static and dynamic types of content.
The Scroll Bar can be configured to work in either free or snapped to content modes. You can use it in either vertical or horizontal modes and you can configure two component instances to create a Scroll Pane.
The component features extensive visual customization option which include support for custom skins and color overlays.
This component is available for:
Flash MX 2004, Flash Mx Professional 2004, Flash 8, Flash CS3, Flash CS4 and above.
Check the Most Common Question and Answers at the bottom of Advanced Scroll Bar AS2 product page from our site!
For further information you can check the online Quick Start Guide, the Help&Support area and test the FREE scroll bar component version and TRIAL EXAMPLES available for download.
Check also the Advanced Scroll Bar ActionScript 3.0 ( AS3 ) version!
You can download the HTML Help Books from the following location: DOWNLOAD HELP BOOKS
Check also other great FlashTuning.net products such as 3D XML Carousels, 2D & 3D XML Menus, XML Banner Rotators, XML Galleries & Slideshows, Video Lists & FLV Players, HTML News Readers by clicking the image below:
This product is included in ALL FILES PACKAGE:

- Price : $7
- buy now
- add to alerts
The Scroll Bar adjust itself dynamically
Hello there. Everything has been working fine with this scrollbar until now. Basically I’m scrolling a bunch of photos and when you click on one, info slides out of the photo and shoves the other photos aside. I wanted to make it as user friendly as possible but shutting automatically after you scroll the photos off the screen. So basically, I was doing.
if (_root.scrollBar.scrollPercentage>25){
_root.scrollMe.inside_mc.gotoAndPlay(“close”
}
This if statement is not working however. The _root.scrollBar.scrollPercentage=20 works fine. Basically, if you click a photo, it centers the photo to the screen by adjusting the scrollPercentage. This works, but the if statement does not. Can the scroll bar be used in an if statement? I don’t think I have it set up wrong.
Thanks for the help.
Hi,
You need to activate the advanced scroll easing option instead default acceleration. To activate the easing property:
Select the component from the stage / open the Component Inspector Panel / go to Advanced Options Group and set a custom scroll easing type and delay.
FT
Hi,
I used this component inside one of the movieclip instance in my flash movie.
When I test the flash movie, everything works fine – the scrollbar component can scroll the large movieclip up & down.
However, after I play(move up & down the slider) the scrollbar component several times the whole browser freezes and I have to restart the web browser using the Ctrl+Alt+Del keys. This happens with IE 7 and Mozilla 3.0.15 and I’m using Windows Vista.
Could you please explain what’s going on?
Hi,
This is a subject already discussed many times along the road. Check the help & support area from this page, the second question at the bottom of this page here:
http://flashtuning.net/components/Advanced-Scroll-Bar-AS-2.0_3.html
and also the multiple comments.
Best regards,
Flashtuning
I’m using one scrollbar to scroll multiple elements by switching targetMovieClip, but when switching to load new content, the slider remembers its last position. Is there some actionscript that I can use to get the slider to go back to its initial position? Something like setSliderStartPosition = “0” or something?
This is about Flash limitations, not the component. These Flash limitations were presented in a previous comment on this thread:
http://www.flashcomponents.net/community/topic/advanced-scroll-bar-as-20#post-103
I am trying to scroll a wide strip that is more than 4400px. Not sure how to split it to get around component size limitation; it. Is this possible? I did split it into 2 clips but it didn’t make any difference. Thanks
Select the component / open the Component Inspector Panel and set the viewAreaWidth and viewAreaHeight.
HI
i am using full version (AdvancedScrollBar_full) from where can i increase display width and height?

























help
and feedback
latest
news
latest
forum entries
Hi,
sure, the scrollPercentage is a numeric value and can be accessed anytime after the content is loaded ( so make sure the scrolling content is completely loaded first before using the property ).
FT