Ver Mensaje Individual
  #4 (permalink)  
Antiguo 31/05/2009, 05:29
Bip
 
Fecha de Ingreso: mayo-2009
Mensajes: 4
Antigüedad: 15 años
Puntos: 0
Respuesta: Link Html a escena de flash. Visto aquí

Vamos trabajando. No pongo nada especial en el fla.

Y en html...

<script>
function es1 {
window.document["images/f.swf"].GotoFrame(3);
}

function es2 {
window.document["images/f.swf"].gotoAndPlay("Escena2", 1);
}
</script>


Luego hago el link.


<a href="javascript:es1">Chapa Y Pintura</a>

Peeeero no me hace nada no me da ni error ni nada.