Ver Mensaje Individual
  #4 (permalink)  
Antiguo 06/05/2009, 05:55
Avatar de sirguy
sirguy
 
Fecha de Ingreso: septiembre-2006
Ubicación: Mallorca
Mensajes: 959
Antigüedad: 17 años, 7 meses
Puntos: 12
Respuesta: Cambiar fondo html desde flash

Joder que majo! más difícil aún... es broma. Lo más fácil es crear 5 fondos: fondo0.gif, fondo1.gif, fondo2.gif... y luego se hace un random de 5.

<script>
function cambio(){
var cual=Math.floor(Math.random()*5);
document.body.style.backgroundImage = 'url("fondo'+cual+'.gif")';
}
</script>

Y ya está.

Un saludo
__________________
Chanante!