He leido q unas opciones es utilizar frames pero dicen q existe el problema de la barra y eso honestamente me desanima. en fin..gracias por la pronta respuesta.
aquí les dejo el link de como se ve el problema:
[url=http://www.bkn-studio.com/botonera][/url]
aqui les dejo el codigo de mis botones de flash:
Código ActionScript :
inicio.onRollOver = function() {
this.gotoAndStop("sobre");
};
inicio.onRollOut = function() {
this.gotoAndStop("fuera");
};
inicio.onRelease = function() {
nosotros.enabled = true;
nosotros.gotoAndStop("fuera");
this.gotoAndStop("activo");
this.enabled = false;
valores.enabled = true;
valores.gotoAndStop("fuera");
this.gotoAndStop("activo");
this.enabled = false;
productos.enabled = true;
productos.gotoAndStop("fuera");
this.gotoAndStop("activo");
this.enabled = false;
clientes.enabled = true;
clientes.gotoAndStop("fuera");
this.gotoAndStop("activo");
this.enabled = false;
beneficio.enabled = true;
beneficio.gotoAndStop("fuera");
this.gotoAndStop("activo");
this.enabled = false;
contacto.enabled = true;
contacto.gotoAndStop("fuera");
this.gotoAndStop("activo");
this.enabled = false;
getURL("index.html", "_self")
};
//
nosotros.onRollOver = function() {
this.gotoAndStop("sobre");
};
nosotros.onRollOut = function() {
this.gotoAndStop("fuera");
};
nosotros.onRelease = function() {
inicio.enabled = true;
inicio.gotoAndStop("fuera");
this.gotoAndStop("activo");
this.enabled = false;
valores.enabled = true;
valores.gotoAndStop("fuera");
this.gotoAndStop("activo");
this.enabled = false;
productos.enabled = true;
productos.gotoAndStop("fuera");
this.gotoAndStop("activo");
this.enabled = false;
clientes.enabled = true;
clientes.gotoAndStop("fuera");
this.gotoAndStop("activo");
this.enabled = false;
beneficio.enabled = true;
beneficio.gotoAndStop("fuera");
this.gotoAndStop("activo");
this.enabled = false;
contacto.enabled = true;
contacto.gotoAndStop("fuera");
this.gotoAndStop("activo");
this.enabled = false;
getURL("nosotros.html", "_self")
};
//
valores.onRollOver = function() {
this.gotoAndStop("sobre");
};
valores.onRollOut = function() {
this.gotoAndStop("fuera");
};
valores.onRelease = function() {
inicio.enabled = true;
inicio.gotoAndStop("fuera");
this.gotoAndStop("activo");
this.enabled = false;
nosotros.enabled = true;
nosotros.gotoAndStop("fuera");
this.gotoAndStop("activo");
this.enabled = false;
productos.enabled = true;
productos.gotoAndStop("fuera");
this.gotoAndStop("activo");
this.enabled = false;
clientes.enabled = true;
clientes.gotoAndStop("fuera");
this.gotoAndStop("activo");
this.enabled = false;
beneficio.enabled = true;
beneficio.gotoAndStop("fuera");
this.gotoAndStop("activo");
this.enabled = false;
contacto.enabled = true;
contacto.gotoAndStop("fuera");
this.gotoAndStop("activo");
this.enabled = false;
getURL("valores.html", "_self")
};
//
productos.onRollOver = function() {
this.gotoAndStop("sobre");
};
productos.onRollOut = function() {
this.gotoAndStop("fuera");
};
productos.onRelease = function() {
nosotros.enabled = true;
nosotros.gotoAndStop("fuera");
this.gotoAndStop("activo");
this.enabled = false;
valores.enabled = true;
valores.gotoAndStop("fuera");
this.gotoAndStop("activo");
this.enabled = false;
inicio.enabled = true;
inicio.gotoAndStop("fuera");
this.gotoAndStop("activo");
this.enabled = false;
clientes.enabled = true;
clientes.gotoAndStop("fuera");
this.gotoAndStop("activo");
this.enabled = false;
beneficio.enabled = true;
beneficio.gotoAndStop("fuera");
this.gotoAndStop("activo");
this.enabled = false;
contacto.enabled = true;
contacto.gotoAndStop("fuera");
this.gotoAndStop("activo");
this.enabled = false;
getURL("productos.html", "_self")
};
//
clientes.onRollOver = function() {
this.gotoAndStop("sobre");
};
clientes.onRollOut = function() {
this.gotoAndStop("fuera");
};
clientes.onRelease = function() {
nosotros.enabled = true;
nosotros.gotoAndStop("fuera");
this.gotoAndStop("activo");
this.enabled = false;
valores.enabled = true;
valores.gotoAndStop("fuera");
this.gotoAndStop("activo");
this.enabled = false;
productos.enabled = true;
productos.gotoAndStop("fuera");
this.gotoAndStop("activo");
this.enabled = false;
inicio.enabled = true;
inicio.gotoAndStop("fuera");
this.gotoAndStop("activo");
this.enabled = false;
beneficio.enabled = true;
beneficio.gotoAndStop("fuera");
this.gotoAndStop("activo");
this.enabled = false;
contacto.enabled = true;
contacto.gotoAndStop("fuera");
this.gotoAndStop("activo");
this.enabled = false;
getURL("clientes.html", "_self")
};
//
beneficio.onRollOver = function() {
this.gotoAndStop("sobre");
};
beneficio.onRollOut = function() {
this.gotoAndStop("fuera");
};
beneficio.onRelease = function() {
nosotros.enabled = true;
nosotros.gotoAndStop("fuera");
this.gotoAndStop("activo");
this.enabled = false;
valores.enabled = true;
valores.gotoAndStop("fuera");
this.gotoAndStop("activo");
this.enabled = false;
productos.enabled = true;
productos.gotoAndStop("fuera");
this.gotoAndStop("activo");
this.enabled = false;
clientes.enabled = true;
clientes.gotoAndStop("fuera");
this.gotoAndStop("activo");
this.enabled = false;
inicio.enabled = true;
inicio.gotoAndStop("fuera");
this.gotoAndStop("activo");
this.enabled = false;
contacto.enabled = true;
contacto.gotoAndStop("fuera");
this.gotoAndStop("activo");
this.enabled = false;
getURL("beneficio.html", "_self")
};
//
contacto.onRollOver = function() {
this.gotoAndStop("sobre");
};
contacto.onRollOut = function() {
this.gotoAndStop("fuera");
};
contacto.onRelease = function() {
nosotros.enabled = true;
nosotros.gotoAndStop("fuera");
this.gotoAndStop("activo");
this.enabled = false;
valores.enabled = true;
valores.gotoAndStop("fuera");
this.gotoAndStop("activo");
this.enabled = false;
productos.enabled = true;
productos.gotoAndStop("fuera");
this.gotoAndStop("activo");
this.enabled = false;
clientes.enabled = true;
clientes.gotoAndStop("fuera");
this.gotoAndStop("activo");
this.enabled = false;
beneficio.enabled = true;
beneficio.gotoAndStop("fuera");
this.gotoAndStop("activo");
this.enabled = false;
inicio.enabled = true;
inicio.gotoAndStop("fuera");
this.gotoAndStop("activo");
this.enabled = false;
getURL("contacto.html", "_self")
};
