Ver Mensaje Individual
  #3 (permalink)  
Antiguo 07/04/2012, 15:36
BAUERFRV
 
Fecha de Ingreso: abril-2012
Mensajes: 3
Antigüedad: 12 años
Puntos: 0
Respuesta: problemas con animacion en mi web

Que tal , gracias por la respuesta, lamentablemente si estoy usando el codigo como me estas diciendo,

mira los codigos que estoy usando:

BOTON HOME: on (release) {
getURL("file:///C|/Users/Bauer/Desktop/Sitio sin nombre 2/index.html", "_self");
}

BOTON CAMISETAS: on (release) {
getURL("file:///C|/Users/Bauer/Desktop/Sitio sin nombre 2/camisetas.html", "_self");
}

BOTON CONTACTO: on (release) {
getURL("file:///C|/Users/Bauer/Desktop/Sitio sin nombre 2/contacto.html", "_self");
}


PD: LO RARO ES QUE LOS BOTONES SI ME SIRVEN LOCALMENTE CUANDO PRUEBO MI PAGINA EN DREAMWEAVER, PERO UNA VEZ LO SUBO AL SERVIDOR PARA QUE QUEDE ONLINE AL PROBARLO , LOS BOTONES NO SIVEN DE NADA.

OTRA COSA, RECUERDA QUE LOS BOTONES FUNCIONAN SI ME QUEDO HACIENDOLE CLICK ENCIMA DURANTE ALGUNOS SEGUNDOS, ME IMAGINO QUE SOLO EN DETERMINADO MOMENTO LOS BOTONES RECIBEN LA ORDEN.

LES RECUERDO LA PAGINA WEB, PARA QUE ENTIENDAN DE QUE LES HABLO.

www.futboleros.co

espero que me ayuden , gracias.