Retroceder   Foros del Web > Diseño de Sitios web > Flash y Actionscript

Respuesta
 
Herramientas Desplegado
Antiguo 13-jul-2008, 23:12   #1 (permalink)
jeus16 ha deshabilitado el karma
 
Fecha de Ingreso: julio-2008
Mensajes: 1
modificacion para un linkeo de un boton en flash

bueno el problema es que tengo una animacion en flash que tiene unos botones a los cuales les quiero modificar sus links... ya lo descompile a FLA y lo que necesito es modificar el link a donde va un boton... por lo que eh revisado en la red me encontre con un post en answers.yahoo.com que dice asi:

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".

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
jeus16 está desconectado   Responder Citando
Respuesta

No hay votos aún.


Herramientas
Desplegado

Normas de Publicación
No puedes crear nuevos temas
No puedes responder temas
No puedes subir archivos adjuntos
No puedes editar tus mensajes

BB code is Activado
Caritas están Activado
[IMG] está Activado
Código HTML está Desactivado


La Zona horaria es GMT -6. Ahora son las 14:31.


Message Board Statistics

LinkBacks Enabled by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93