Wednesday, May 7, 2014

Standards publication


Register 12 Nov 2012 Posts 349
This I have to put the buttons on the video: <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"> </ script> $ <script> (document) ready (function () {$ ('video') bind ('TimeUpdate', visio function () {var currentTime = video.currentTime,.. tiempoTotal = video.duration var, var percentage = currentTime / tiempoTotal visio * 140; $ ('# currentTime') html (Math.floor (currentTime) / 100). $ ('# tiempoTotal') html (Math.floor (tiempoTotal) / 100). $ ('# progress') width (. percentage);}) visio var video = $ ('video') visio [0] var video = $ ('video') [1] / * This "$ ('video') [0] play ()." what Substituting for (var video = $ ('video') [0]) * / $ ('# play') click (function () {video.play ();}). $ ('# stop') click. (function () {Video.pause (); video.currentTime = -1;}) $ ('# visio forward') click (function () {video.currentTime visio + = 1.3;}). $ ('# rewind ') click (function () {video.currentTime - = 1.3;}.);}); </ Script> ---------- Post added 08-Dec-2013 Time: 12:13 ---------- this code and put it in body: <div id = "reproductorMarco"> <video width="720" visio height="340" poster="../imagenes/IMG_2039.JPG" loop controls preload> <source src = "../videos/Disea_tu_propio_reproductor_parte1.mp4" type = "video/mp4" /> <source src="../videos/Disea_tu_propio_reproductor_parte1.ogv" type="video/ogv" /> <source src = "../videos/Disea_tu_propio_reproductor_parte1.webm" type = "video / webm" /> Your browser does not support visio video </ video> <div id="controlesMarco"> <img id = "rewind" src = "http://forobeta.com/imagenes/rewind.png" alt = "Back" height = "20" /> <img id="play" src="http://forobeta.com/imagenes/play.png" alt="REtroceder"height="20"/> <img id = "stop" src = "http://forobeta.com/imagenes/stop.png" alt = "Back" height = "20" /> <img id = "forward" src = "http://forobeta.com / images / forward.png "alt =" Back "height =" 20 "/> <span id="tiempoActual"> 0:00 </ span> | <span id="tiempoTotal"> 0:00 </ span> <div id="progresoCont"> <div id="progreso"> </ div> </ div> </ div> </ div> ---------- Post added 08-Dec-2013 visio Time: 12:16 ---------- what I want, is to choose a web msvdeos me and the player, play the selected by the visitor. Ah! Thanks for contstar ...
Standards publication


No comments:

Post a Comment