- 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
16 purchases
Package includes: MXP,FLA
Opens with: Flash CS3, Flash CS4, Flash Lite, Adobe Air, Flex
AS Version: ActionScript 3.0
Flash knowledge required: N/A
Documentation: N/A
You can adjust anything about the Scroll Bar AS 3.0 to fit your project
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 Classic Scroll Bar AS 3.0 ( AS3 ) component has all the Advanced Scroll Bar AS 3.0 properties except the following features that are not included in this product version:
* Color overlay customization support
* Per instance skinning. Only global skinning is allowed.
* Custom scroll easing support (basic,bounce,elastic and inertia). Only basic scroll speed is included.
* Fixed slider/track body options
This component is available for:
Flash CS3, Flash CS4 and above / ActionScript 3.0
Check the Most Common Question and Answers at the bottom of Advanced Scroll Bar AS2 product page from our site!
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 : $4
- buy now
- add to alerts
You can use two Scroll Bar instances to achieve a Scroll Pane
But this product discription states:
*Only global skinning is allowed. *
But now you say it’s not possible?
Flash CS4 / AS3 skinning uses actionscript skinning properties only available in the advanced versionm, you can upgrade for $3 and simply drag & drop the advanced version into your project and all previous component instances will be replaced by the new one.
thats the strange thing, i cant find the assest in the library. How can i change them?
I tried importing it like in the helpbook, then i can change them, but the component still looks the same.
We’re glad you’ve figured it out. Classic scroll bar comes with only a default skin ( you can try changing the graphic symbols by editing the scroller assets from the library ).
But if you want to use the skin / color properties using actionscript and more advanced features you need to update to Advanced Scroll Bar AS3 . To do so login online and go to the buy now tab of the advanced scroller and you’ll see the upgrade option.
I must say you guys give excelent and very fast support! And the last solution worked perfectly. Now for the next, i dont understand how to change the default colors.
can you give an actionscript example or something?
grt Bas
Put this code line paginaInhoud.name = “paginaInhoud2”; after paginaInhoud = new FtTableRenderer();
and this:
myScroller.targetMovieClip = “paginaInhoud2”;
The ‘show code’ button dont seem to be working….
But about the flash (code below) its showing me both the scrollbar and the table, only the scrollbar isnt responding? its just standing there…...
ok, getting close
@#jsvar paginaInhoud = new FtTableRenderer();
paginaInhoud.sourceFile = “pages/table.html”;
this.addChild(paginaInhoud);
paginaInhoud.x = 20;
paginaInhoud.y = 100;
paginaInhoud.addEventListener(“onTableRendered”,eventHandler);
function eventHandler(eventObject:Event) {
var myScroller = new FtScrollBar();
this.addChild(myScroller);
myScroller.autoHide = false;
myScroller.mouseWheelSpeed = 10;
myScroller.scrollAcceleration = 0.5;
myScroller.scrollDirection = “vertical”;
myScroller.scrollMode = “full”;
myScroller.scrollStep = 10;
myScroller.snapMode = “free”;
myScroller.snapOffset = 10;
myScroller.targetMovieClip = “paginaInhoud”;
myScroller.useInvisibleMask = false;
myScroller.useMouseWheel = false;
myScroller.viewAreaWidth = stage.stageWidth-30;
myScroller.viewAreaHeight = stage.stageHeight-150;
myScroller.useHandCursor = true;
//myScroller.easeType = “normal”;
//myScroller.easeDelay = “”;
//myScroller.snapMode = “”;
//myScroller.scrollPercentage = 0;
myScroller.x = 1000;
myScroller.y = 80;
myScroller.setSize(20,550);
}
its showing me both the scrollbar and the table, only the scrollbar isnt responding?
@
You’re probably not closing correctly a tag inside the table that’s why the page is not rendered entirely. The most common mistake is to not close the <img> tag at the end <img…./> using “/” .
Implement the onTableRendered event to check when the page is completely rendered and inside that handler body initialize the scroll bar targetMovieClip and use the scrollPercentage property of the scroller to reset the scroller to zero (scrllBar.scrollPercentage = 0 )
























help
and feedback
latest
news
latest
forum entries
It’s possible in Flash CS3 , in Flash CS4 is different and you need to use actionscript skinning due to Flash CS4 changes that’s why you need to upgrade to the advanced version.