![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
18/05/2009, 11:32
|
![Avatar de Diegoazul](http://static.forosdelweb.com/customavatars/avatar184067_90.gif) | | | Fecha de Ingreso: mayo-2007 Ubicación: { Dash Berlin }
Mensajes: 1.879
Antigüedad: 17 años, 8 meses Puntos: 67 | |
Respuesta: sonido que comienze automatico Intenta así
Código:
s1 = new Sound();
s1.attachSound("aeiou");
//
var sonido_actual = "s1";
var tiempo_actual = 1;
var ejecutando = 0;
//
tiempo.restrict = "0-9";
//
this.onEnterFrame = function() {
if (ejecutando == 1) {
total = Math.floor(eval(sonido_actual).duration/1000);
duracion = Math.floor(eval(sonido_actual).position/1000);
}
};
eval(sonido_actual).start(0,999)
__________________ { Flash } |