Ver Mensaje Individual
  #2 (permalink)  
Antiguo 23/06/2011, 22:41
Avatar de jatg
jatg
 
Fecha de Ingreso: abril-2011
Ubicación: caracas
Mensajes: 152
Antigüedad: 13 años
Puntos: 15
Respuesta: problema con video al navegar entre escenas

hola la pili, utiliza algo como esto aver si te funciona

var my_sound:Sound = new Sound();
my_sound.loadSound("song1.mp3", true);

stop_btn.onRelease = function() {
trace("sound stopped");
my_sound.stop();
};
play_btn.onRelease = function() {
trace("sound started");
my_sound.start();
};
__________________
www.josealexis.net