![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
07/11/2005, 11:50
|
![Avatar de Bandit](http://static.forosdelweb.com/customavatars/avatar36355_1.gif) | Moderador | | Fecha de Ingreso: julio-2003 Ubicación: Lima - Perú
Mensajes: 16.726
Antigüedad: 21 años, 7 meses Puntos: 406 | |
Utiliza éste código en el primer frame de tu película:
son = new Sound();
son.loadSound("nombre.mp3");
son.start(0, 9999);
son.onSoundComplete = function() {
son.start(0, 1);
};
Espero haberte sido de ayuda. |