- 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 : Ryan Hodson
25 purchases
Package includes: FLA,html documentation, Quickstart.fla, FullDemo.fla
Opens with: Flash CS3, Flash CS4
AS Version: ActionScript 3.0
Viewable with: Flash Player 9 and above
Flash knowledge required: Basic
Documentation: Excellent documented
Smooth Scroller Sample
SmoothScroller was designed with usability in mind. This component offers the designer full control over the visual appearance of his/her scroll bar and contains 18 built-in properties to make it easy to control its behavior. The behavior of SmoothScroller was designed to let the user expend as little effort as possible while scrolling a page.
Main features:
- Scrolls any display object
- Fully skinnable
- Smoothly scrolls when rolled over
- Precision scrolls when pressed and dragged
- Mouse wheel enabled
- Has horizontal and vertical modes that can be configured to create a scroll pane
- Automatically adapts to changes in content dimensions
- Offers top and bottom scroll padding
- Easy to integrate into any project
- Includes full AS3 documentation, the .fla that produced the above sample, and a quickstart .fla example.
Available properties:
- accentsVisible
- bottomPadding
- direction
- height
- hideWhenDisabled
- hitAreaMargin
- invert
- maxScroll
- mouseWheelSpeed
- scroll
- scrollPercent
- scrollTarget
- scrollTargetHeight
- scrollTargetName
- scrollTargetWidth
- speed
- topPadding
- width
- Price : $2
- buy now
- add to alerts
True, its works fine. The issue was resolved quickly, I was under deadline pressure and overlooked my own problem in trying to get it to work..
I just wanted to let flashcomponent.net users know that scientific.feelings’ issue has been resolved and that there is no bug in the component.
scientific.feelings,
I’m sorry that you had problems with my component. If you post some additional information about what exactly you tried to do, I’d be happy to assist. Did you look at Quickstart.fla? That should get you up and running in only 6 lines of code.
I retested the component and it worked fine with my development environment. The only code that is necessary to make SmoothScroller work is the following:
content.scrollRect = new Rectangle(0, 0, 100, 100);
scroller.scrollTarget = content;
where “scroller” is the instance name of the SmoothScroller and “content” is the instance name of the DisplayObject that you want to scroll.
Please let me know if there is anything I can do to help.
Ryan
I couldn’t get this to work for the life of me.
I’m pretty sure that if I could, I might as well have created the component myself.
Its too bad.. I wasted 2$
New tags have been added for the new component Smooth Scroller





















help
and feedback
latest
news
latest
forum entries
Thanks, worked very well for me