Home / Components / Galleries & Slideshows / XML Thumbnail Banner Rotator
XML Thumbnail Banner Rotator
105 purchases
License:
By purchasing and downloading this license, you are entitled, as buyer, to use the product in an unlimited number of websites and other multi... [+]
$8.00
Package includes: FLA
Opens with: Flash CS3, Flash CS4
AS Version: ActionScript 3.0
Flash knowledge required: Intermediate
Documentation: Excellent documented
Product ID:F0902154
Features included:
* XML driven flash image / picture / photo banner rotator
* All data can be changed in the XML file, supports HTML formatting
* Supports multiple banners, can display swf and/or image files
* Time period for each banner is set in the XML file (second based)
* Image names/ paths set in XML file
* URL links & targets for each banner when pressed set in XML file
* You can show/ hide buttons
* You can set the scroll tween speed in the script
* You can change button positions to left or right from XML
* Auto-scroll runs if you enter more than 4 items by XML
$8.00
License:
By purchasing and downloading this license, you are entitled, as buyer, to use the product in an unlimited number of websites and other multi... [+]
Other by flashblue:
Related components:
image banner rotator with transition effects wo...[+]
Featured components:




















45 Comments
Add comment
1 2 3
obscured09 on June 17, 2010
I would like to know if there is a var setting to keep the description on at all times and not “hide”, if that makes sense?
#  /  PM
flashblue on June 17, 2010
You can do it by changing some codes. Please, send me a private message about it. I’ll send you modiffied file.
#  /  PM
flashblue on June 17, 2010
You need to scale images by yourself in Photoshop or other image editing programs.
#  /  PM
builtbymedia on July 14, 2010
THIS----
base: “images/flash/”,
------------------------------------
I was ecstatic! i was able to fix it with ease and you'll be glad to know that its wordpress and php friendly :)
<div id="banner_div"></div>
<script type="text/javascript">
<!--
var flashvars = {
xmlUrl: "<?php bloginfo('template_directory'); ?>/xml/banner.xml" //Use to change XML filename or location
};
var params = {
base: "<?php bloginfo('template_directory'); ?>/",
scale: "noscale",
menu: "false",
bgcolor: "#000000"
};
var attributes = {
id: "banner_swf",
name: "banner_swf"
};
swfobject.embedSWF("<?php bloginfo('template_directory'); ?>/banner.swf", "banner_div", "739", "313", "9", "swfobject/expressInstall.swf", flashvars, params, attributes);
//-->
</script>
#  /  PM
flashblue on July 15, 2010
#  /  PM
1 2 3