Home / Components / User Interface / Dynamic Scroll Bar /
Dynamic Scroll Bar
51 purchases
License:
By purchasing and downloading this license, you are entitled, as buyer, to use the product in ONE SINGLE NON-COMMERCIAL PROJECT ( website&nbs... [+]
> View graphic table with full license features
$5.00
Package includes: FLA
Flash Version: Flash 8, Flash CS3
Viewable with: Flash Player 8
Action Script: ActionScript 2.0
Product ID:F0800488
Please install flash first.
$5.00
License:
Personal License By purchasing and downloading this license, you are entitled, as buyer, to use the product in ONE SINGLE NON-COMMERCIAL PROJECT ( website or other multimedia project not generating income ), your personal work or work for a client. You may not redistribute / resell the functionality provided with the purchased product without the author's and / or FlashComponents.net written permission, but you may modify its content. In case you want to use the product for a commercial project then you will have to buy the 'Commercial License'.
| Usage Terms: | Personal | Commercial | Multiple |
|---|---|---|---|
| Use in ONE SINGLE NON-COMMERCIAL project | |||
| Unlimited use in the same project | |||
| Use in ONE SINGLE COMMERCIAL project | |||
| For your client's ONE SINGLE COMMERCIAL project | |||
| MULTIPLE COMMERCIAL projects | |||
| For your client's MULTIPLE COMMERCIAL projects |










12 comments
Add comment
carlosfreire74
I‘m having a problem with the up and down buttons, they wont work, it will scroll only if I drag the bar.
Can you help me with that?
#  /  PM  /  posted on Sep 30, 2008
gz76
I've bought this component only to find the following issue:
I load in a movie containing the Dynamic Scroller and it works fine. If I then unload the movie, and load another one, then the Dynamic Scroller becomes slow and unresponsive.
This is quite frustrating and I find this item to be quite useless in this regard.
#  /  PM  /  posted on Oct 29, 2008
crayonman
when i impliment it its slow and unresponsive
#  /  PM  /  posted on Jun 26, 2009
Ventur
all parameters are editable
#  /  PM  /  posted on Jun 26, 2009
Marcos^Plaza
Is it posible to change speed?
#  /  PM  /  posted on Sep 17, 2009
festermonkey
I am having problems with this component. I had used it a few months back, and it worked great. Since upgrading my computer to an intel-based Mac, when I open the file to make edits, and then publish, it doesn’t work anymore. When I grab the slider bar to scroll, the content goes the opposite direction and disappears.
Even if I open a file this was working on fine before I upgraded, and don’t make any edits to it, just publish, I get the same problem. Without making any changes to a file that was working fine before, now it is not. Any ideas what’s going on?
#  /  PM  /  posted on Oct 22, 2009
Ventur
I have mac too, but all works good.
Give me your email, please or send mail to freeguru at gmail.com
Thanks
#  /  PM  /  posted on Oct 22, 2009
mmmmta
where i can change the speed ?
#  /  PM  /  posted on Mar 15, 2011
Ventur
var tween1:Tween = new Tween(content, "_y", Regular.easeOut,content._y,newY , 0.4, true);
0.4 - duration in seconds
#  /  PM  /  posted on Mar 15, 2011
Ventur
if you need change mouse wheel step: line 30: allScroll.scroller._y -= delta*your_step;
#  /  PM  /  posted on Mar 15, 2011
mmmmta
i have this:
var tween1:Tween = new Tween(content, "_y", Regular.easeOut,content._y,newY , 0.1, true); ...
allScroll.scroller._y -= delta*10;
but it still doesn´t works fine. speed is better but only slightly
Check:
http://www.dedalomultimedia.com/CLIENTES/CNT/interactivo.html ... then go to: groups / leisoure groups
#  /  PM  /  posted on Mar 31, 2011
Ventur
it is for mouse weel allScroll.scroller._y -= delta*10;
try var tween1:Tween = new Tween(content, "_y", Regular.easeOut,content._y,newY , 0, true);
#  /  PM  /  posted on Mar 31, 2011