Home / Components / Galleries & Slideshows / XML Banner Rotator 0 ( & Slideshow ) AS2 /
XML Banner Rotator 0 ( & Slideshow...
72 purchases
License:
By purchasing and downloading this license, you are entitled, as buyer, to use the product in ONE SINGLE NON-COMMERCIAL PROJECT ( website&nbs... [+]
> View graphic table with full license features
$4.00
Package includes: FLA, SWF, HTML, XML, JS, ( source code )
Flash Version: Flash 8, Flash CS3, Flash CS4, Flash CS5, and above
Documentation level: Well documented
Flash knowledge level: Intermediate
Action Script: ActionScript 2.0
Product ID:F0901593

Download fading XML Banner image / picture / photo rotator & slideshow using clickable numbers and autoPlay, previous, next buttons and scrollable text description box.
Key Features:
* Easy to use XML file for images / titles / descriptions and links
* Scroll Bar component support for the text description box
* Multiple banners support, you can use SWFs and/or image files
* AutoPlay / Previous / Next with timer and adjustable focus symbol
* Time period for each banner adjustable from the XML file (in seconds)
* You can set the autoPlay box at any x,y position from the XML file
* Highly customizable skins and HTML / CSS driven description text box
* Set URL links when pressing individual banners in the XML file
* Optionally set the XML file path in HTML with FlashVars
Opens with Flash 8 or higher. Quick start readme file and comments in the code included in the package.
Check the general Tips & Tricks page regarding all FT products.
Visit www.FlashTuning.Net portfolio for other great products such as 3D XML Carousels, Dock XML Menus, Image Scroller Menus, XML Banner Rotators, XML Galleries & SlideShows, Video Lists & FLV Players, HTML News Readers.
Check also ALL FILES PACKAGE:
$4.00
License:
Personal License By purchasing and downloading this license, you are entitled, as buyer, to use the product in ONE SINGLE NON-COMMERCIAL PROJECT ( website or other multimedia project not generating income ), your personal work or work for a client. You may not redistribute / resell the functionality provided with the purchased product without the author's and / or FlashComponents.net written permission, but you may modify its content. In case you want to use the product for a commercial project then you will have to buy the 'Commercial License'.
| Usage Terms: | Personal | Commercial | Multiple |
|---|---|---|---|
| Use in ONE SINGLE NON-COMMERCIAL project | |||
| Unlimited use in the same project | |||
| Use in ONE SINGLE COMMERCIAL project | |||
| For your client's ONE SINGLE COMMERCIAL project | |||
| MULTIPLE COMMERCIAL projects | |||
| For your client's MULTIPLE COMMERCIAL projects |
Other by Flashtuning:
Related components:
Featured components:























18 comments
Add comment
george25
#  /  PM  /  posted on Mar 09, 2009
flash_code
simple nice
#  /  PM  /  posted on Mar 09, 2009
nandroid
Ey.
I can’t make the banner work through a Magento e-commerce application.
I think that happens because I can’t assign an absolute URL to the config.xml path.
It works outside the web:
http://www.kiddynamo.net/tienda2/skin/frontend/default/magneto2/flash/rotator/BannerRotator_kiddynamo.swf
But not in an static block inside the index page:
http://www.kiddynamo.net/tienda2/
(the grey rectangle)
Images, xml and swf are in the right place.
Where can I change the path of the xml file?
The upper free XML flash rotator include some variables you can change when you insert the flash. Look:
Any help?
#  /  PM  /  posted on Mar 21, 2009
Flashtuning
Hi,
Nice images in your online preview. You can change the path to the XML configuration file using FlashVars in HTML.
For more information about including a SWF object inside a HTML page and using FlashVars checks the Tips & Tricks section of our site ( you may find useful questions 1, 7 and 8).
Best regards,
Flashtuning
#  /  PM  /  posted on Mar 21, 2009
nandroid
Hi,
I still can’t make this component work.
I heard about we might use the new swfobject to embed Flash inside Magento, but I’m not a programmer.
You might check that and help us.
#  /  PM  /  posted on Mar 31, 2009
Flashtuning
Hi,
All our applications are XML driven and are having the FlashVars support for the main XML configuration file and are prepared to be integrated with anything allowing XML, FlasVars etc but the rest of the integration process depends on each particular case and the respective platforms / applications restrictions.
We don’t do integrations with third party applications and if you have difficulties to integrate the .swf object get in touch with a Flash developer to help you with that integration for your particular case.
Best regards,
Flashtuning
#  /  PM  /  posted on Mar 31, 2009
harryfm01
just bought this – was wondering how can you make it rotate only once and is there a way to control the transition – transitioning to the next banner without the slow fade in?
#  /  PM  /  posted on Apr 15, 2009
Flashtuning
Hi,
a. Edit the numbers clip and go to the ReadMe layer and look for the autoPlay() method and comment the cellIdx = 0; line and it will rotate only from first image index to last image index.
b. Edit the imageBox clip ( the big image clip template ) and go to the ReadMe layer and look for the fadeIn() method and adjust the transition values.
Regards,
Flashtuning
#  /  PM  /  posted on Apr 15, 2009
Patriotec
1. The sample that I downloaded, the URL’s aren’t redirecting when clicked either in Firefox nor IE7/8.
When hovering, the cursor looks ready to go to a URL but nothing happens when clicked. It works on the Flashcomponents website as a sample but the download does not work.
2. How do I assign the location of the XML file to be used? What’s the variable’s name ?
How do I fix these problems ??
#  /  PM  /  posted on May 17, 2009
Flashtuning
1. It work on on any browser just make sure you edit the configuration xml file and set the URLs ( you can also edit the .fla file in Flash and export a new swf)
2. If you want to assign the location of the xml using FlashVars check the general tips and tricks tutorial – you have the link listed in the product description.
#  /  PM  /  posted on May 17, 2009
barea
Hi, just a simple question: how can I make rectangle with text description fit with bottom border of my images if they are bigger than images in example?
Anyway, very easy to apply, even if you are not very skilled in AS , as myself :)
Thanks very much.
#  /  PM  /  posted on Jun 22, 2009
Flashtuning
Hi,
I’m not sure I’ve understood your question. You have all the main parameters editable via the XML configuration file and you can also edit the .fla source file and adjust the description box positioning any way you like.
Regards,
Flashtuning
#  /  PM  /  posted on Jun 25, 2009
whebden
5 Stars; superb work, author! This is exactly the type of bare bones file I needed to save me tons of work up front on my xml slideshow projects.
#  /  PM  /  posted on Feb 15, 2010
theloomis
Hi there, it’s me again.
I was wondering if there is an easy way to make the banner pause on mouseover and then resume on mouse out?
I tried variations of this code in various movie clips within the banner but no luck:
this.imageBox.onRollOver = function ()
{ this.stop();
}
this.imageBox.onRollOut = function ()
{ this.play();
}
#  /  PM  /  posted on Mar 17, 2010
Flashtuning
You need to make other code changes if you want to play / pause on toll over / roll out. Try this:
1. Edit the imageBox clip / go to the ReadMe layer
2. Look for addRollOverHandler and inside add this code line: menu.setPauseState(menu.autoPlayBtn);
3. Look for addRollOutHandler and inside add this code line: menu.setPlayState(menu.autoPlayBtn);
#  /  PM  /  posted on Mar 18, 2010
jjpitts
I just downloaded your work. it's awesome. although, I'd like to the slide show to autoplay on page load verses the user having to click the play button. What changes do i need to make in the action script. Thanks!
#  /  PM  /  posted on Aug 09, 2010
Flashtuning
Edit the xml configuration file and set the autoplay parameter to 1
#  /  PM  /  posted on Aug 09, 2010
Flashtuning
= NEW =
X-Treme Banner Rotator !
#  /  PM  /  posted on Oct 13, 2010