07/03/2009, 17:34
|
| | Fecha de Ingreso: diciembre-2008
Mensajes: 57
Antigüedad: 16 años, 1 mes Puntos: 0 | |
Problemas con codigo AS2 sonido Hola nuevamente.
Hola tengo problemas con este codigo me gustaria si alguien me puede ayudar a resolverlo, cargo el primer tema y en el codigo le digo que despues que termine el primer tema cargue el segundo tema, hasta ahi funciona joya pero despues cuando termina el segundo tema y quiero que empieze el tercero no me lo carga. GRacias espero su ayuda
sonidoreproductor.setVolume(100);
sonidoreproductor = new Sound();
sonidoreproductor.loadSound("themetitle.mp3",true) ;
sonidoreproductor.onSoundComplete = function() {
sonidoreproductor = new Sound();
sonidoreproductor.loadSound("canyonero.mp3",true);
//hasta aca todo bien, ha me olvida todo esto lo cargo en un frame.
sonidoreproductor.loadSound("lamingmoes.mp3",true) ;
sonidoreproductor.onSoundComplete = function() {
sonidoreproductor = new Sound();
sonidoreproductor.loadSound("unionstrike.mp3",true );
sonidoreproductor = new Sound();
sonidoreproductor.loadSound("senorburns.mp3",true) ;
sonidoreproductor.onSoundComplete = function() {
sonidoreproductor = new Sound();
sonidoreproductor.loadSound("senorburns.mp3",true) ;
sonidoreproductor = new Sound();
sonidoreproductor.loadSound("ballad.mp3",true);
sonidoreproductor.onSoundComplete = function() {
sonidoreproductor = new Sound();
sonidoreproductor.loadSound("themetitle.mp3",true) ;
}; |