Ver Mensaje Individual
  #2 (permalink)  
Antiguo 31/03/2011, 08:07
Avatar de Jime25
Jime25
 
Fecha de Ingreso: septiembre-2009
Ubicación: Mi casa
Mensajes: 1.213
Antigüedad: 15 años, 2 meses
Puntos: 138
Respuesta: Poner link en un boton flash

Hola.
Si estás usando actionscript 2.0 seleccioná el botón y escribile este código:
Código actionscript:
Ver original
  1. on(release){
  2.        getURL("inicio.html", "_self");
  3. }
Si estás usando actionscript 3.0, ponele un nombre de instancia al botón (ejemplo: "boton") y en el fotograma escribí esto
Código actionscript:
Ver original
  1. boton.addEventListener(MouseEvent.CLICK, ira);
  2. function ira (event):void {
  3.         navigateToURL (new URLRequest("inicio.html"), "_self");
  4. }

Saludos!!

PD: Bienvenido al foro
__________________
Jime~

Mi blog.
Mi twitter.