Parar un vídeo en HTML5 y seleccionar otro.
AUTOR PREGUNTA #1
-
1 personas más tuvieron esta duda Yo también
Esto también te interesa!
PREGUNTAS SIMILARES
#2
<script> function siguienteVideo(path,target) { target[0].src=path; target[0].load(); target[0].play(); } siguienteVideo ("rutavideo",$('#video_1')); </script>
Ya me contarás si te funcionó.