This is an easy to use, xml driven, 3D banner rotator that you can use to create professional looking 3D banners. No knowledge of actionscript is needed to customize this image in every detail.
Features
- Support unlimited number of images/swf
- 100% XML driven
- 100% CSS HTML text formatting
- Set banner to auto-play with customized set time update interval
- Enable or disable link and target window with each banner
- Enable or disable title and description with each banner
- Documentation and comments on each file, .as, .css and .xml
- Complete AS3 classes with AS3Doc style documentation for each class
Made for a developer, but just as easily to customize for regular users
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<imagerotator x="40" y="40" autoplay="false" imagedirectory="asset/" height="220" cssfile="asset/style.css" interval="3" width="510">
<infodisplay alpha="0.6" color="0x000000" width="300" />
<preloader alpha="0.8" height="3" color="0xFFFFFF" />
<image showinfo="true" src="cyan_sunglasses.jpg" link="http://activeden.net/user/WillAndLaure" target="_blank">
<title><![CDATA[CSS Text formatting]]></title>
<description><![CDATA[Do all the text formatting in CSS file. Allows HTML text and links. Embed your own font.]]></description>
</image>
<image showinfo="true" src="car.swf" link="" target="_blank">
<title><![CDATA[External SWF]]></title>
<description><![CDATA[Add your own SWF animation.]]></description>
</image>
<image showinfo="true" src="scottwills_book.jpg" link="http://activeden.net/user/WillAndLaure" target="_blank">
<title><![CDATA[100% XML driven]]></title>
<description><![CDATA[Change position, image size, background color, background width, alpha, preloader color, height, etc...<br>Auto set text info on and off. <br>Enable and disable link for each image.]]></description>
</image>
<image showinfo="true" src="scottwills_crayons.jpg" link="http://activeden.net/user/WillAndLaure" target="_blank">
<title><![CDATA[Unlimited images]]></title>
<description><![CDATA[Add as many images as you like through XML.]]></description>
</image>
<image showinfo="true" src="scottwills_silver_rain.jpg" link="http://activeden.net/user/WillAndLaure" target="_blank">
<title><![CDATA[Auto play]]></title>
<description><![CDATA[Automatically play through the images. Set your own time interval.]]></description>
</image>
</imagerotator>
</pre>
