Last update (2):Thu, May 20th 2010, 00:00
This is a horizontal controller for displaying multiple images with ease. The scroll bar adjusts it's size based on the number of images.
You can set the color of the scroll bar, and the bar under the scroll takes the same color, at 5% transparency.
Both the arrows and the background color take the color you set in the XML for them.
The images can be of any size, we recommend keeping them smaller than the height you set for the component. All of them are positioned at the bottom of the component. This can easily be changed in the code, as well as the position of the loader and the scroll bar.
You can set the scroll bar width and height in the XML, as well as the distance between the items. (this is added in front and at the end of the images as well, but it can also easily be removed if needed)
We added a line in the code where the images are centered, but we commented it because we like it better like this. If you want that feature, let us know and we'll post the code in the comments page.
Try before you buy
Not sure if you need this component?
Download the free preview and customize it for your project before you purchase it.
Or try our demos.
Note: You can test the preview only on your computer.
Similar flash components
Horizontal Image...
This is a minimalist horizontal slider - highly customizable - useful... read more
Content Scroller
Easy drag and drop scrollbar component built with support for vertical... read more
Continuous Image Slider
Using this image slider you can display a continuous loop of images... read more
list more items
General Videos
- Using Flabell Components in your Flash Projects
watch movie
Save money now!
Showcase
Send us a link to the page you used this product on, and we'll post the link to your site on our blog if you customized it nicely.
Need support?
Get a support ticket
read more
Share this
If you enjoyed this product, please consider sharing it via a social network, or leaving a comment. Thanks!





Products RSS Feed
Follow us on twitter
Andrei Potorac
on 21/12/09
berkgun
on 21/12/09
Alessandro Bartoli
on 11/1/10
I've purchased your gallery, but I have the following problem: the movie doesn't comunicate with javascript. If I launch the movie, in the Firefox error console I can see "swfmacmousewheel is null", but the file is in the folder...
I need that comunicate with javascript, because I've modified the FLA in order to let it to communicate with the lightbox script... And when I click on the image, I call this function:
var req:URLRequest = new URLRequest("javascript:show("+parameters')"),
But it doesn't work...
In order to investigate the problem, I've created a javascript function in the html
function test() {
alert("test");
}
and in the movie:
var req:URLRequest = new URLRequest("javascript:test()")
But it doesn't work
I've also tried adding this:
params.allowscriptaccess="always";
But it doesn't work
What's wrong?
Thank you.
on 12/1/10
if(swfmacmousewheel) swfmacmousewheel.registerObject(attributes.id);This should fix the issue related to swfmacmousewheel.
Regarding the call of JS, what I would use is external interface instead. Did you try with that?
Alessandro Bartoli
on 20/1/10
thank you for the reply, but I really need to communicate directly with javascript... Why your flash object can't communicate with it?
How can I fix it?
Thank you,
Ale
P.S.
I've tried to fix the swvmacmouse issue as you told me, but it doesn't work... the page is:
http://www.bartfoto.it/beauty/scroller...
And the code I've added is:
...cut...
<script type="text/javascript" src="../../js/swfobject.js"></script> <script type="text/javascript" src="../../js/swfmacmousewheel.js"></script> <script type="text/javascript"> if(swfmacmousewheel) swfmacmousewheel.registerObject(attributes.id); var stageW = 863; var stageH = 461;...etc...
on 20/1/10
What I meant about the External.Interface is how you can make it communicate with JS. You need to alter the function that was happening on the onRelease, and add the call of the js with the E.I.
Let me know if this doesn't makes sense.
marcomagrini
on 18/3/10
esternal link set from the xml file doesen't work at all
on 19/3/10
As I can see you probably used our demo version.
That's made to work only on local machine and on flabell's server. That's why is not working on your server.
The links have to work. I just test them. If you don't define a link in the attribute clicking on an item will not do any action.
mrbug80
on 19/5/10
I would like to add in to the flash a title of each image below the image for this Horizontal Scroller Slideshow. is there a quick way to do this?
on 19/5/10
How would you like this functionality to work like?
mrbug80
on 19/5/10
on 19/5/10
on 20/5/10
Please note you can edit the position of the textfield yourself, in the ActionScript file, in case this isn't suitable for you.
Andrei Potorac
on 20/5/10
- we updated the file to the new structure
- we added titles for the images in the XML
glynn19872000
on 19/6/10
shadowColor: if you want to remove the shadow from the images, don't add any values in the variable
howere the variable is not there to begin with. I tried adding
shadowColor="0xCCCCCC"
but it did nothing. Is there still a way to add the shadow, also is there a way to set a background image rather than a colour?
Thankyou
Glynn
on 21/6/10
I can add it back for you if you want to.
Setting an image in the background is doable by embedding it directly in the FLA. Can you send me the image you want to use at support?