Ver Mensaje Individual
  #2 (permalink)  
Antiguo 05/12/2005, 18:47
Avatar de Bandit
Bandit
Moderador
 
Fecha de Ingreso: julio-2003
Ubicación: Lima - Perú
Mensajes: 16.726
Antigüedad: 20 años, 9 meses
Puntos: 406
Hola gustacuellar:
Puedes cargar el mp3 con el siguiente código:
son = new Sound();
son.loadSound("pp_musicax.mp3");
son.start(0, 9999);
son.onSoundComplete = function() {
son.start(0, 1);
};

Espero haberte sido de ayuda.
__________________
Bandit.
Si no sabes estudia y si sabes enseña.
http://www.banditwebdesign.com/