Archivo carrousel.xml
Código XML:
Ver original<!--
XML CONFIGURATION HELP
======================
vertical - (yes/no) vertical movement
autoMove - (yes/no) if set to yes, the carousel will spin by default
maxSpeed - set maximum speed for the carousel
radiusX, radiusY - set carousel x/y radius (these two are inverted in vertical mode)
blurScale - set blur scale value (recomended values are powers of 2: 2 4 8 16 32 ...)
reflections - (yes/no) enable/disable reflections
showBorder - (yes/no) if set to yes, it will show a border around the image
showTooltip - (yes/no) if set to yes, it will show a tooltip above the image
stopOnRollOver - (yes/no) if set to yes, it will pause the movement when you roll over a thumbnail
allButtons - (yes/no) if set to no, the buttons in the background will not interact with the mouse
hitAreaWidth, hitAreaHeight - define the hit area where the carousel will interact with the mouse
-->
<carousel vertical="no" autoMove="yes" maxSpeed="1" radiusX="200" radiusY="20" blurScale="8" reflections="yes" showBorder="yes" showTooltip= "yes" stopOnRollover="yes" allButtons="no" hitAreaWidth="590" hitAreaHeight="300">
<image src="img/01.png" tooltip="Ink Box" link="http://www.google.com/" target="_self" />
<image src="img/02.png" tooltip="Forward Digital" link="http://www.google.com/" target="_self" />
<image src="img/03.png" tooltip="Vocanet" link="http://www.google.com/" target="_self" />
<image src="img/04.png" tooltip="Forward Digital" link="http://www.google.com/" target="_self" />
<image src="img/05.png" tooltip="FD" link="http://www.google.com/" target="_self" />
<image src="img/06.png" tooltip="OXYLUS Development" link="http://www.google.com/" target="_self" />
<image src="img/07.png" tooltip="Sold Crazy" link="http://www.google.com/" target="_self" />
</carousel>