Ver Mensaje Individual
  #4 (permalink)  
Antiguo 11/04/2010, 07:22
lucasbanegas
 
Fecha de Ingreso: marzo-2010
Ubicación: Córdoba, Argentina
Mensajes: 21
Antigüedad: 14 años, 1 mes
Puntos: 0
Respuesta: Necesito ayuda de un experto en ActionScript

Archivo carrousel.xml

Código XML:
Ver original
  1. <!--
  2. XML CONFIGURATION HELP
  3. ======================
  4.  
  5. vertical - (yes/no) vertical movement
  6. autoMove -  (yes/no) if set to yes, the carousel will spin by default
  7. maxSpeed - set maximum speed for the carousel
  8. radiusX, radiusY - set carousel x/y radius (these two are inverted in vertical mode)
  9. blurScale - set blur scale value (recomended values are powers of 2: 2 4 8 16 32 ...)
  10. reflections - (yes/no) enable/disable reflections
  11. showBorder - (yes/no) if set to yes, it will show a border around the image
  12. showTooltip - (yes/no) if set to yes, it will show a tooltip above the image
  13. stopOnRollOver - (yes/no) if set to yes, it will pause the movement when you roll over a thumbnail
  14. allButtons - (yes/no) if set to no, the buttons in the background will not interact with the mouse
  15. hitAreaWidth, hitAreaHeight - define the hit area where the carousel will interact with the mouse
  16.  
  17. -->
  18.  
  19. <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">
  20.     <image src="img/01.png" tooltip="Ink Box" link="http://www.google.com/" target="_self" />
  21.     <image src="img/02.png" tooltip="Forward Digital" link="http://www.google.com/" target="_self" />
  22.     <image src="img/03.png" tooltip="Vocanet" link="http://www.google.com/" target="_self" />
  23.     <image src="img/04.png" tooltip="Forward Digital" link="http://www.google.com/" target="_self" />
  24.     <image src="img/05.png" tooltip="FD" link="http://www.google.com/" target="_self" />
  25.     <image src="img/06.png" tooltip="OXYLUS Development" link="http://www.google.com/" target="_self" />
  26.     <image src="img/07.png" tooltip="Sold Crazy" link="http://www.google.com/" target="_self" />
  27. </carousel>