Article written

  • on 19.02.2010
  • at 11:02 AM
  • by

Banner Rotator / Image Viewer / Slideshow / XML & (Banner Rotators) 0

Banner Rotator / Image Viewer / Slideshow / XML & AS3 Get the Cool 3D transitions in this banner / Slideshow without all the fuss – just edit the XML -file to reflect the paths to your images, and youre flying Features displays .png , .jpg , .gif , and .swf files .

Banner Rotator / Image Viewer / Slideshow / XML & AS3

Get the Cool 3D transitions in this banner / Slideshow without all the fuss – just edit the XML -file
to reflect the paths to your images, and youre flying

Features

  • displays .png , .jpg , .gif , and .swf files .
  • 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 posx="0" posy="0" posz="-600" flipaxis="Y" transtime="0.5" transin="easeOutSine" transout="easeOutSine"/>
    <generalconfig useclock="true" usenavbtns="true"/>

    <image path="images/a.jpg" delay="1000" linkurl="http://activeden.com" linktarget="_blank"/>
    <image path="images/b.jpg" delay="1000" linkurl="http://activeden.com" linktarget="_blank"/>
    <image path="images/c.jpg" delay="1000" linkurl="http://activeden.com" linktarget="_blank"/>
    <image path="images/d.jpg" delay="1000" linkurl="http://activeden.com" linktarget="_blank"/>
</items>

View & Download

Buy & Sell Flash Files – Flash Marketplace

subscribe to comments RSS

There are no comments for this post

Please, feel free to post your own comment

* these are required fields