.
component categoriescomponent categories
overview
features
help & support
downloads
buy now

4.6/5
Report this file Ask author
Posted by : Flashtuning 69 purchases
Package includes: MXP,FLA
Opens with: Flash CS3, Flash CS4, Flash Lite, Adobe Air, Flex
AS Version: ActionScript 3.0
Flash knowledge required: Advanced
Documentation: Excellent documented


Set two component instances to build a Scroll Pane



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.

Download FREE scroll bar component trial version with limited functionality before you buy from the Downloads tab.

The component features extensive visual customization option which include support for custom skins and color overlays.

This component is available for:
Flash CS3, Flash CS4 ( ActionScript 3.0 - AS3 )

Check the Most Common Question and Answers at the bottom of Advanced Scroll Bar AS2 product page from our site!

If you already purchased the Advanced Scroll Bar AS 2.0 ( AS2 ) version, you are eligible for the SPECIAL $3 UPGRADE PRICE (just login, go to BUY NOW tab and you will see the Buy Upgrade option).


You can also 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:



The Scroll Bar adjust itself dynamically

Tagstags
Please « login » to add tags.
« Previous 1 2 3 4 5 6 7 Next »

Flashtuning Flashtuning Component author
 

Hi,


That is a simple message for testing purposes.


FT

shuaib shuaib
 
Has bought the file

Thanks FT


I wanted to ask you when I compile my application I have the message
update track body color
And it’s seems to be related to the scrollbar.


Can you let me know what is it for? Is it any kind of tracking system?
Kind regards
Thanks

Flashtuning Flashtuning Component author
 

Hi,


You have to edit the scroll bar graphic symbols included in the library or check the SamplesFlashCS4_skinning.fla sample file included within the download package.


FT

shuaib shuaib
 
Has bought the file

Sorry
It’s ok I found the solution in a previous post and it’s working well.


Just I wanted to know how can i change the design of the ScrollBar to make it like the ClassicScrollBar style and change the colors, I would like to have square border instead of the rounded border.


Thanks

shuaib shuaib
 
Has bought the file

Hi,


When I use the scroller my application bug after a while and I have the Error #1502.
I’ve bought the ClassicScrollBar but I have the same pbl, I tried on flash CS3 and CS4 and have the pb on both case.
Can you help me please.
Thanks

Flashtuning Flashtuning Component author
 

Hi,


Thanks. If you want a scroller without buttons select the component from the stage / open the Component Inspector panel and set the scrollMode to scrollBar ( you will see the effect at runtime after hitting CTRL + Enter ). If you want a fixed size slider and/or track go to the Advaced Options group at the bottom of the Component Inspector panel and set the fixedSliderBody and / or fixedTrackBody to true and you can customize the graphic symbol for slider in the library using a fixed size graphic element.


Regards,
Flashtuning

scottamayer scottamayer
 
Has bought the file

Nice component. Playing with the trial at the moment. Just need to know HOW can it be made into a scroller without buttons. Help docs show how to skin but not how to remove unneeded elements. Do I just delete or what? I need only a button and track. Aslo is it possible to have the slider button stay one size and not adjust according to the amount of content?


Cheers
Scott

Flashtuning Flashtuning Component author
 

1. Into your .fla file create and empty movie clip and name it mcLoader for example
2. Drag a scroll bar component instance to the stage and attach it to mcLoader
3. Remove the scroll bar from your external swf file and load the extyernal swf file into the mcLoader


On how to correctly load an external image or swf in as3 check the code snippet from the previous comment.

webstorm webstorm
 
Has bought the file

Hi. I have a little problem.


When I use this scroll in a swf that is loaded to another swf mouseWheel stop working. Is there any chance it would work fine?

Flashtuning Flashtuning Component author
 

Here is a simple function that you can use to load images, SWFs etc inside an empty movie clip:


function loadResource(resURL) { 
var url = resURL; 
var request1 = new URLRequest(url); 
var loader1 = new Loader(); 
var mc1 = this.getChildByName("mc" 
var nc = mc1.numChildren; 
if (nc) { var l1 = mc1.getChildAt(0); mc1.removeChild(l1); l1 = null; } 
loader1.load(request1); //start loading img/swf 
mc1.addChild(loader1); 
loader1.contentLoaderInfo.addEventListener("complete", this.finished_loading); 
} 


function finished_loading(e:Event) { trace("Loading completed." } 


, where mc is the instance name of an empty movie clip from the stage. You can simply call this function with the path string to your external SWfs and images.

« Previous 1 2 3 4 5 6 7 Next »

 
featured componentsfeatured components