Ver Mensaje Individual
  #4 (permalink)  
Antiguo 01/03/2005, 01:55
pintix
 
Fecha de Ingreso: octubre-2004
Ubicación: Barcelona
Mensajes: 195
Antigüedad: 20 años, 2 meses
Puntos: 7
Te falta dos comas en la definición de sones:

sones = new preSonidos('http://www.tonamelt.com/contacto.wav',
'http://www.tonamelt.com/e-mail.wav',
'http://www.tonamelt.com/enlace_1.wav',
'http://www.tonamelt.com/enlace_2.wav',
'http://www.tonamelt.com/pagina.wav',
'http://www.tonamelt.com/menu.wav',
'http://www.tonamelt.com/pop-up.wav',
'http://www.tonamelt.com/link_1.wav',
'http://www.tonamelt.com/link_2.wav');

Si utilizas Firefox con la utilidad Herramientas->Consola de Javascript es muy fácil detectar estos problemas.

Aparte, vigila que el script de caricatos tiene un lápsus, donde pone setTimeout('redirigir(), 2000') debería poner setTimeout('redirigir()', 2000)