VIDEOS EL ZENZONTLE

Por Anónimo (no verificado), 31 Diciembre, 1969

.sync a { opacity: 0.5; filter: alpha(opacity=50); /* For IE8 and earlier */}.sync a:hover {opacity: 1.0; filter: alpha(opacity=100); /* For IE8 and earlier */}#recarga { background: url("http://elzenzontle.org/images/che.png") no-repeat top left; border: none; height: 20px; margin-top: 0.5em; width: 40px;padding-bottom: 50px; } #seccionVideo { text-align: center; } video { max-height: 800px; width: 100%; }boton {color: #248B83;text-align: center;}
¡Tu navegador no soporta este formato de video, mejor usa un navegador libre como Firefox!
var video = document.getElementsByTagName("video")[0];
// Reproducción continua desde streaming en vivo
function cargaVideo(evt) {
if (video.ended) {
video.src = "https://flujos.mazorca.org/zenzontle.webm";
video.load();
}
}
video.addEventListener("ended", cargaVideo, false);
// Carga streaming rt
function videoRT(evt) {
if (video.error.code == 2 || video.error.code == 3 || video.error.code == 4) {
video.src = "https://flujos.mazorca.org/zenzontle.webm";
video.load();
}
}
video.addEventListener("error", videoRT, false);
// Recarga fuente
function recargaFuente() {
if (video.src = "http://giss.tv:8000/cinelibre.ogg") {
video.load();
} else {
video.src = "http://giss.tv:8000/cinelibre.ogg";
video.load();
}
}

Comentarios