
C. Arturo Lopez M.
Beta
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Buen día;
Estoy buscando a una persona que me ayude a hacer que un botón de un archivo .SWF pueda ejecutar una fórmula de javascript. Interesados favor de enviar MP con su cuota por el servicio. Anexo el código para que se den una idea.
Código:
on (rollOver)
{
MC_BOTON10.onEnterFrame = function ()
{
if (this._currentframe != 7)
{
this.nextFrame();
}
else
{
this.stop();
delete this["onEnterFrame"];
}
};
}
on (rollOut)
{
MC_BOTON10.onEnterFrame = function ()
{
if (this._currentframe != 4)
{
this.prevFrame();
}
else
{
this.stop();
delete this["onEnterFrame"];
}
};
}
on (release)
{
_root.getURL("JAVASCRIPT:js_funcion('infored');");
}
Agrego detalles adicionales:

Estoy buscando a una persona que me ayude a hacer que un botón de un archivo .SWF pueda ejecutar una fórmula de javascript. Interesados favor de enviar MP con su cuota por el servicio. Anexo el código para que se den una idea.
Código:
on (rollOver)
{
MC_BOTON10.onEnterFrame = function ()
{
if (this._currentframe != 7)
{
this.nextFrame();
}
else
{
this.stop();
delete this["onEnterFrame"];
}
};
}
on (rollOut)
{
MC_BOTON10.onEnterFrame = function ()
{
if (this._currentframe != 4)
{
this.prevFrame();
}
else
{
this.stop();
delete this["onEnterFrame"];
}
};
}
on (release)
{
_root.getURL("JAVASCRIPT:js_funcion('infored');");
}
Agrego detalles adicionales:

Última edición: