Banner Rotator / Image Viewer / Slideshow / XML
Get the Cool 3D transitions in this banner / Slideshow without all the fuss
Very easy to setup and modify
Features
- displays .png , .jpg , .gif
- adjust the delay for each image in the XMLfile.
- adjust general settings – practically control the tweeningengine via the xml-file
- countless combinations possible
Source
- CS3 .fla. + xml + flashdevelop projectfile + AS files
- Clean code – one documentclass with a small custom timerclass imported.
- All the graphics are well organized, and easily modified.
Xml-source
<?xml version="1.0" encoding="UTF-8"?>
<items>
<!--please visit <a href="http://hosted.zeh.com.br/tweener/docs/en-us/misc/transitions.html">http://hosted.zeh.com.br/tweener/docs/en-us/misc/transitions.html</a> for available values for transin and transout
flipaxis determines the axis the plane flips around, valid values are X|Y|Z
transtime determines how long time the transition takes
posx, posy and posz moves the plane during the transition - it automatically moves back...
-->
<tweenconfig transtime="0.5" transin="easeOutSine" flipaxis="Y" posx="0" posy="0" transout="easeOutSine" posz="-600" />
<generalconfig useclock="true" usenavbtns="true" />
<image delay="1000" linktarget="_blank" path="images/a.jpg" linkurl="http://activeden.com" />
<image delay="1000" linktarget="_blank" path="images/b.jpg" linkurl="http://activeden.com" />
<image delay="1000" linktarget="_blank" path="images/c.jpg" linkurl="http://activeden.com" />
<image delay="1000" linktarget="_blank" path="images/d.jpg" linkurl="http://activeden.com" />
</items>





