Cita:   
Hasta la versión 2.0 de Actionscript, por lo general, defines un "link" al simbolo tipo "botón", es decir, para crear, modificar o eliminar una función al botón, en ese caso "link" (en acstionscript "geturl") debes soleccionar el botón en escena y darle click derecho para desplegar el menú de opciones del elemento seleccionado, allí debe aparecer activa la función de "Actions", le das click y debe abrirte una ventana con el código, debes ver algo similar en estructura a lo que sigue:
 
on (release) {
getURL("http://www.google.com");
}
 
Si quieres cambiarle la dirección, sólo debes cambiar, en el caso que te indique "www.google.com", puede quedar como lo que sigue:
 
on (release) {
getURL("http://www.yahoo.com");
}
 
Si requieres mayor ayuda con respecto a este tema, puedes revisar la ayuda de Flash y buscar términos como "getURL" o "button".
 on (release) {
getURL("http://www.google.com");
}
Si quieres cambiarle la dirección, sólo debes cambiar, en el caso que te indique "www.google.com", puede quedar como lo que sigue:
on (release) {
getURL("http://www.yahoo.com");
}
Si requieres mayor ayuda con respecto a este tema, puedes revisar la ayuda de Flash y buscar términos como "getURL" o "button".
el post es algo viejo ya que fue echo hace 6meses,,, bueno la cuestion es que hice eso que dice el tipo y cuando llego a la parte de ver el:
on (release) {
getURL("http://www.la_web_que_quiero_modificar.com");
}
NO ME APARECE??? SOLO ME APARECE ALGO COMO:
Código:
  
on (release)
{
    function ()
    {
        return (727 % 511 * 5);
    } // End of the function
    var \x01 = -397 + \x01\x02();
    for (\x01 = eval("\x01") + 353; eval("\x01") == 498; \x01 = eval("\x01") + 219)
    {
        \x01 = eval("\x01") - 461;
        if (false)
        {
            continue;
        } // end if
    } // end of for
    if (eval("\x01") == 978)
    {
        \x01 = eval("\x01") - 763;
        
        
    } // end if
    \x01 = eval("\x01") - 286;
    var null = true;
    if (eval("\x01") == 725)
    {
        \x01 = eval("\x01") - 385;
        
    } // end if
    if (eval("\x01") == 37)
    {
        \x01 = eval("\x01") + 219;
        
        
    } // end if
    if (eval("\x01") == 256)
    {
        \x01 = eval("\x01") + 266;
        
    } // end if
    if (eval("\x01") == 323)
    {
        \x01 = eval("\x01") + 603;
        if (!null)
        {
        }
        else
        {
            \x01 = eval("\x01") - 201;
        } // end else if
        
    } // end if
    \x01 = eval("\x01") + 199;
    if (eval("\x01") == 473)
    {
        \x01 = eval("\x01") + 23;
        
    } // end if
    if (eval("\x01") == 259)
    {
        \x01 = eval("\x01") + 263;
        
    } // end if
    if (eval("\x01") == 781)
    {
        \x01 = eval("\x01") - 222;
        
        
    } // end if
    if (eval("\x01") == 496)
    {
        \x01 = eval("\x01") + 190;
        
    } // end if
    if (eval("\x01") == 444)
    {
        \x01 = eval("\x01") - 194;
        
    } // end if
    \x01 = eval("\x01") - 114;
    \x01 = eval("\x01") + 220;
    if (eval("\x01") == 875)
    {
        \x01 = eval("\x01") + 103;
        if (!"\x0f")
        {
        }
        else
        {
            \x01 = eval("\x01") - 763;
        } // end else if
        
    } // end if
    \x01 = eval("\x01") - 243;
    if (eval("\x01") == 7)
    {
        \x01 = eval("\x01") + 774;
        if (false)
        {
        }
        else
        {
            \x01 = eval("\x01") - 222;
        } // end else if
        
    } // end if
    if (eval("\x01") == 926)
    {
        \x01 = eval("\x01") - 201;
        
        
    } // end if
    if (eval("\x01") == 538)
    {
        \x01 = eval("\x01") - 198;
        
    } // end if
    if (eval("\x01") == 215)
    {
        \x01 = eval("\x01") + 35;
        
    } // end if
    if (eval("\x01") == 559)
    {
        \x01 = eval("\x01") - 122;
        
    } // end if
    if (eval("\x01") == 134)
    {
        \x01 = eval("\x01") + 303;
        
    } // end if
    if (eval("\x01") == 686)
    {
        \x01 = eval("\x01") + 1;
        if (false)
        {
        }
        else
        {
            \x01 = eval("\x01") + 0;
        } // end else if
        
    } // end if
    if (eval("\x01") == 687)
    {
        \x01 = eval("\x01") - 147;
        
    }
    else
    {
        if (eval("\x01") == 540)
        {
            \x01 = eval("\x01") - 540;
            
        } // end if
        
    } // end else if
}
Y EN NINGUNA PARTE DEL CODIGO VEO ALGUN LINK PARA MODIFICAR?¿¿ BUENO LOS PROGRAMAS QUE ANDO USANDO PARA MODIFICAR ESTE FLASH SON:
Sothink SWF Quicker
Flash Decompiler Trillix
Sothink SWF Decompiler
Macromedia Flash 8
Y EN NINGUNO EH PODIDO VER LA Actions PARA MODIFICAR EL LINK
SI ME PUDIERAN AYUDAR A HACERLE O (PREFERIBLE MENTE) modificar ese boton seria de Muchaa ayuda ya que tengo DIASS tratando de hacerlo y eh posteado mi problema en varios foros y en ninguno me han sabido dar una EXPLICACION CONCRETA EN CUENTO A MODIFICAR ESTE PEQUEÑO BOTON.
grax de antemano.... < RESSSPONNNDANNMMEE LO MASS ANNNTE POCIIBLLEE. :D
 
