")
$(this).attr("data-video-id", "video-108-" + i);
});
function CreatePlayer(videoID, videoCode, onReady, onStateChange) {
return new YT.Player(videoID, {
height: 672,
width: 448,
videoId: videoCode,
playerVars: {
controls: 1,
rel: 0,
showinfo: 0
},
events: {
'onReady': function (event) {
onPlayerReady(event);
if (onReady) {
onReady(event);
}
},
'onStateChange': function (event) {
onPlayerStateChange(event);
if (onStateChange) {
onStateChange(event);
}
}
}
});
}
function playVideo(m, onReady, onStateChange) {
j = $(blockId + " .cl-12");
if (playingNow !== false) {
player[playingNow].stopVideo();
$(j).find("picture, .video-tv").toggle();
}
$(j).attr("class", "cl-6 header-on sombra is-video not-playing");
$(m).attr("class", "cl-12 header-on sombra is-video is-playing");
$(j).each(function () {
$(this).find("img")
});
videoID = $(m).attr("data-video-id");
videoCode = $(m).attr("data-video-code");
if (player[videoID] == undefined) {
player[videoID] = CreatePlayer(videoID, videoCode, onReady, onStateChange);
} else {
player[videoID].playVideo();
}
playingNow = videoID;
$(m).find("picture, .video-tv").toggle();
}
$(blockId + " a").click(function (e) {
m = $(this).closest(".is-video");
if (m.length && $(window).width() >= 1024) {
playVideo(m);
e.preventDefault();
return false;
}
});
playVideo($(blockId + " .is-video").eq(0), function (event) {
event.target.mute();
setTimeout(function () {
event.target.pauseVideo();
}, 1500)
});
}
Ahora en {localidad} 1z4s29
5x5w5f
Humedad {humedad}
Máxima {max}
Mínima {min}
Precipitaciones del día
{pre_dia} 433c4k
Precipitaciones de la semana
5x5w5f
Precipitaciones del mes
5x5w5f
Precipitaciones del dia
Sin datos 3e272d
-
Moneda
Var.
Venta
Compra
-
Dólar billete
(Bco. Nación)
0.00
0.00
-
Dólar Oficial
0.00
0.00
-
Rófex ( . )
-
-
")
$(this).attr("data-video-id", "video-9-" + i);
});
function CreatePlayer(videoID, videoCode, onReady, onStateChange) {
return new YT.Player(videoID, {
height: 672,
width: 448,
videoId: videoCode,
playerVars: {
controls: 1,
rel: 0,
showinfo: 0
},
events: {
'onReady': function (event) {
onPlayerReady(event);
if (onReady) {
onReady(event);
}
},
'onStateChange': function (event) {
onPlayerStateChange(event);
if (onStateChange) {
onStateChange(event);
}
}
}
});
}
function playVideo(m, onReady, onStateChange) {
j = $(blockId + " .cl-12");
if (playingNow !== false) {
player[playingNow].stopVideo();
$(j).find("picture, .video-tv").toggle();
}
$(j).attr("class", "cl-6 header-on sombra is-video not-playing");
$(m).attr("class", "cl-12 header-on sombra is-video is-playing");
$(j).each(function () {
$(this).find("img")
});
videoID = $(m).attr("data-video-id");
videoCode = $(m).attr("data-video-code");
if (player[videoID] == undefined) {
player[videoID] = CreatePlayer(videoID, videoCode, onReady, onStateChange);
} else {
player[videoID].playVideo();
}
playingNow = videoID;
$(m).find("picture, .video-tv").toggle();
}
$(blockId + " a").click(function (e) {
m = $(this).closest(".is-video");
if (m.length && $(window).width() >= 1024) {
playVideo(m);
e.preventDefault();
return false;
}
});
playVideo($(blockId + " .is-video").eq(0), function (event) {
event.target.mute();
setTimeout(function () {
event.target.pauseVideo();
}, 1500)
});
}