Ver Mensaje Individual
  #3 (permalink)  
Antiguo 29/03/2005, 00:06
Avatar de cure_hot
cure_hot
 
Fecha de Ingreso: mayo-2004
Mensajes: 71
Antigüedad: 19 años, 11 meses
Puntos: 0
Segunda Opcion

Tu pusiste este codigo
Código:
var musica:Sound = new Sound();
musica.loadSound("hifi2.mp3", false);
var pos:Number;
musica.start(0,999);
Y tal como dice TMeister no le das tiempo a que se carge el MP3 pero si quieres hacerlo sin el evento onLoad Solo cambia el false (segundo parametro) de el llamado en el loadSound a true osea asi

Código:
var musica:Sound = new Sound();
musica.loadSound("hifi2.mp3", true);
var pos:Number;
musica.start(0,999);
__________________
Atte
Luis Ruben Perez Gil :adios: