![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
05/10/2007, 06:19
|
![Avatar de Mahalo](http://static.forosdelweb.com/customavatars/avatar70041_2.gif) | | | Fecha de Ingreso: julio-2004 Ubicación: Mallorca (Illes Balears)
Mensajes: 1.121
Antigüedad: 20 años, 6 meses Puntos: 12 | |
Re: Play automático
Código:
var el_audio:Sound = new Sound();
el_audio.onLoad = function() {
this.start();
}
boton1.onRelease = function() {
el_audio.load("xxx.mp3", true);
}
Saludos! |