Posted on: Mon, Dec 28th 2009, 04:45
This XML banner rotator is easily resizable and customizable from XML. You can control the width of the thumbs, as well as the display area size for the large image.
These are two customizations for this component, and you can check them live on demo link above:
.jpg)
.jpg)
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
XML Banner Rotator
This is a highly customizable XML Banner Rotator with more than 35 XML... read more
Mirrored Image Slideshow
This is a creative slider with mirrored background. The design is... read more
Image Banner Rotator...
This XML banner rotator is easily resizable and customizable from XML... 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
Ivan Arango
on 25/3/10
I reaaly like all your components, actually is a Time Saving for a lot of my projects. Right now im looking for a Slideshow and i think that this one is amazing. My Question is: There is a way to add navigation arrows to the thumbs area?
on 25/3/10
We'll keep uploading different sideshows though, to accommodate as many tastes as possible.
Radek Zielinski
on 25/4/10
on 26/4/10
Radek Zielinski
on 26/4/10
adelight
2 weeks, 5 days ago
2 weeks, 3 days ago
Open the file project/com/vuzum/banner/Banner.as and go to line 326.
Here you replace
if (nowLoading < itemsArray.length) { // load next image itemsArray[nowLoading].item.mcHolder.loadContent(itemsArray[nowLoading].imagePath, completeListener, null, false); } else { // all images loaded show(); // display the first image selectImage(); }withif (nowLoading < itemsArray.length) { // load next image itemsArray[nowLoading].item.mcHolder.loadContent(itemsArray[nowLoading].imagePath, completeListener, null, false); } // all images loaded show(); // display the first image selectImage();2 weeks ago