Tema: ayuda!!!
Ver Mensaje Individual
  #3 (permalink)  
Antiguo 08/02/2002, 13:34
Avatar de jpogsistem
jpogsistem
 
Fecha de Ingreso: diciembre-2001
Mensajes: 2.405
Antigüedad: 22 años, 4 meses
Puntos: 4
Re: ayuda!!!

Mira si bajaste el boton este se habre automaticamente en html, porque trae un codigo de get URL etc...

Mira yo he hecho en html, que al habrirse una pagina, esta tiemble y listo, es mas puedes controlarlo en la linea de tiempo.

Para ello debes insertar el script:


<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
function shake(n) {
if (parent.moveBy) {
for (i = 10; i > 0; i--) {
for (j = n; j > 0; j--) {
parent.moveBy(0,i);
parent.moveBy(i,0);
parent.moveBy(0,-i);
parent.moveBy(-i,0);
}
}
}
}
// End -->


Y luego en un comportamiento de Call to Javascript, colocas :

javascript:shake(2)

Y listo.

Si tienes problemas mira este link:

<a href='ir.asp?http://www.ciudadfutura.com/flash/varios/efecto_temblor.htm' target='_blank'>http://www.ciudadfutura.com/flash/varios...</a>


Saludos