Tema: PlayBack (2)
Ver Mensaje Individual
  #14 (permalink)  
Antiguo 30/12/2005, 07:07
Avatar de Mauri1
Mauri1
 
Fecha de Ingreso: noviembre-2002
Ubicación: Santiago de Chile
Mensajes: 558
Antigüedad: 21 años, 5 meses
Puntos: 0
Coloca esto en el primer frame

Código:
_root.onLoad = function() {
 sonido = new Sound();
 sonido.attachSound("musica");
 sonido.start(0, 2);
};