Ver Mensaje Individual
  #2 (permalink)  
Antiguo 06/03/2011, 06:49
Avatar de _cronos2
_cronos2
Colaborador
 
Fecha de Ingreso: junio-2010
Mensajes: 2.062
Antigüedad: 13 años, 10 meses
Puntos: 310
Respuesta: Solicitando consejo ante un reto

A ver si te sirve:
Código Javascript:
Ver original
  1. var fotos = [fotos]; // aquí pones la URL de cada una
  2. var arr = fotos.concat();
  3. function cambiarFotos(){
  4.  if(!arr.length) arr = fotos.concat();
  5.  document.getElementById('img1').src = arr.splice(Math.floor(Math.random() * arr.length), 1);
  6.  // hasta 5
  7. }
  8. setInterval(function(){ cambiarFotos(); }, 3000);
Luego le puedes añadir los fade y todas esas cosas.
Saludos (:
__________________
" Getting older’s not been on my plans
but it’s never late, it’s never late enough for me to stay. "
Cigarettes - Russian Red