![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
10/02/2015, 15:40
|
![Avatar de blacklamb](http://static.forosdelweb.com/customavatars/avatar504388_1.gif) | | | Fecha de Ingreso: mayo-2013
Mensajes: 9
Antigüedad: 11 años, 8 meses Puntos: 0 | |
Respuesta: Cambiar audio HTML5 <audio src="Pruebas2/humanos02.mp3" type="audio/mpeg"></audio>
<audio src="Pruebas2/schism.mp3" type="audio/mpeg" ></audio>
//Codigo Jquery
$(document).ready(function() {
$('audio')[0].play();
'ended': function() {
showPlay();
trackCount ? playNext('ended') : resetMedia();
}); |