Búsqueda en el Foro:
Buscar


Autor Mensaje
Mensaje23-02-2009, 23:17 (UTC)    
Título del mensaje: NECESITO UN CODIGO DE REPRODUCTOR

EH ECHO UN REPRODUCTOR CON UN PLAY Y PAUSA
on (press) {
playSound("lacancion.mp3");
boton_play._visible=0;
boton_stop._visible=1;
}
ESTE ES EL CODIGO DE PLAY Y EL OTRO K TENGO EL DE PAUSE AHORA NECESITARIA EL ORTO PARA PASAR EL TEMA DEL PRINCIPIO AL FINAL
Mensaje24-02-2009, 00:04 (UTC)    
Título del mensaje:

Cita:
(press) {
playSound("lacancion.mp3");
boton_play._visible=0;
boton_stop._visible=1; }


ha ese codigo esta pelado jeje


Ultima edición por sallury12 el Lun Feb 23, 2009 10:14 pm; editado 1 vez
Mensaje24-02-2009, 01:26 (UTC)    
Título del mensaje:

Mmmm te refieres a que la musica se reinicie al finalizar?...
prueba así:
Código:
(press) {
playSound("lacancion.mp3");
boton_play._visible=0;
boton_stop._visible=1;
loop: true;}


Salu2!
Mostrar mensajes anteriores:   


Powered by phpBB © 2001, 2005 phpBB Group