Posted on: Mon, Nov 16th 2009, 08:10
Using this image slider you can display a continuous loop of images, with direct links to other sections in your website. The images can be randomized so that every time the slider loads, it displays a different set of images.
Every image can have it's own link, and width. You can set the images in the XML, as well as the component width and height, if used within another AS3 Flash file.
If you use the component inside a website, you can set the component width and height in the HTML.
Features:
1. Optional HTML text description.
2. Customizable colors.
3. Optional random display of images.
4. Continuous image loop.
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.
Note: You can test the preview only on your computer.
Similar flash components
Horizontal Scroller...
This is a horizontal controller for displaying multiple images with... read more
Content Scroller
Easy drag and drop scrollbar component built with support for vertical... read more
General Videos
- How to buy?
watch movie - Embed a Flash Component in your Flash Project
watch movie - How to embed a Flash Component in the same HTML page twice?
watch movie - How to embed two different Flash Components in the same HTML page?
watch movie
Our recommendation
Horizontal Image Slide on Mouse Move
This is a minimalist horizontal slider - highly customizable - useful... read more
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
support@flabell.com
tomekole
on 12/10/10
This component is what I am looking for. There is only one requirement it does not meet (maybe there is something to fix or maybe I am not configuring it correctly): the full page width with auto resize.
Steps to reproduce:
1. Set width equal 100% in the XML file,
2. Set stageW='100%' in the html file.
3. Open the html in a browser while the window is not maximized
4. Resize the browser window (make it wider) .
Thanks,
Tomek
on 13/10/10
We will fix this and release an update.
tomekole
on 15/10/10
Thanks,
Tomek
redgirl
on 2/11/10
I would like to have the first image as a banner and be fully visible before the images start to scroll
on 3/11/10
I'm sorry but this isn't possible.
nathan franklin
on 18/1/11
nathan franklin
on 18/1/11
on 19/1/11
Thanks for downloading our image slider.
To change the size for the title you'll need to open the .fla file and search for the mcText movie clip in the library. Enter in that movie clip and change the size for the txt Text Field, in the Properties panel.
I'm sorry but this is the only way to accomplish this. Also, the way this component was built, the text cannot be displayed in multiple lines.
We can do any changes you want to this component, as a custom work. If you're interested, please send us an email at [email protected] It's not a big deal to make the changes you wanted, but maybe you want other customizations too.
on 13/12/11
on 14/12/11
Slider.as file is the file where all the logic of the component is.
Corneliu Chitanu
on 7/2/11
We made a quick update to this component. You'll be able to use absolute paths to open the images. If you want this for your component, please download it again and use the new SWF file.
David Dantes
on 6/3/11
on 7/3/11
Thanks for downloading the component. If you want to change the speed when the mouse is out of the component, you'll need to make a small change in the flash project.
Open the projectCS4.fla file or the projectCS3.fla file, if you have Flash CS3. Next you'll need to open the Slider.as file and find this line:
direction = (xmlObject.attribute("direction").toString() == "left") ? -1 : 1;
And change the -1 and 1 to a bigger values, like this:
direction = (xmlObject.attribute("direction").toString() == "left") ? -5 : 5;
After you made the modification, go to the projectCS4.fla/projectCS3.fla file and republish the SWF file. To do this press Ctrl+Enter (Cmd+Return on the Mac).
This will speed up the sliding effect.
Unfortunately, the way this component was built, you cannot stop/re-start the animation on mouse over event. Neither to display a title for the images.
The project will need some modifications to make this happen. Our team notified me that you sent them an email about it on [email protected] and they'll help you with this.
on 7/3/11
on 7/3/11
on 7/3/11
on 9/3/11
Also try to replace this line:
mcAllItems.x += direction;
with this line:
Tweener.addTween(mcAllItems, {x : (mcAllItems.x + direction), time: 0.033});
in the Slider.as file. The time value above is 1 second divided by 30 frames. This is the default frame rate we specified in the FLA fie. If you will change the frame rate try changing the time value above also. This should give you a better experience.
show all replies
ilap
on 7/3/11
Sorry if anyone has already asked this (I didn't have time to read through all the comments!) but I wanted to know if it is easy to make this slider do exactly the same thing but vertically instead of horizontally?
Thank you!
on 9/3/11
We're sorry but it can go only horizontally from right to left or left to right. That's the way it was built.
The only way we could help you with this is by doing custom work. If you're interested, we could make this simple adjustment for you. Just send us an email at [email protected]
hannekew
on 24/3/11
on 25/3/11
Thank you for downloading our component. We tried to fix the issues we think you had and made an update to the component.
Please download the component again and use the new SWF file. Let us know if the problems persist. We'll do anything to help and fix any problem the component might have.
hannekew
on 28/3/11
on 29/3/11
Ninja82
on 19/10/11
I have a problem with the component. The
<a href=""> </a>links do not work on IE7.Can you help?
on 20/10/11
We just tested the component on IE7 and the links worked. Just clicked random images and the links opened. No problem found.
Maybe there's a security problem with your system and IE7 is not allowed to access the links. Or maybe your Flash Player installation has a problem. Try updating it. We can't really know what's going on, if we can't find the problem.