Toutes les vidéos (1)
Toutes les photos (6)
';
confSlideShow['v']['iLyROoafY4Tw'] = new Array(Array);
confSlideShow['v']['iLyROoafY4Tw']['urlMovie'] = 'iLyROoafY4Tw';
confSlideShow['v']['iLyROoafY4Tw']['alt'] = 'Video';
confSlideShow['v']['iLyROoafY4Tw']['prev'] = 'iLyROoafY4Tw';
confSlideShow['v']['iLyROoafY4Tw']['next'] = 'iLyROoafY4Tw';
confSlideShow['v']['iLyROoafY4Tw']['index'] = 1;
confSlideShow['p'] = new Array();
confSlideShow['p'][544862] = new Array(Array);
confSlideShow['p'][544862]['alt'] = 'cave';
confSlideShow['p'][544862]['copy'] = '©VQD ';
confSlideShow['p'][544862]['urlBig'] = 'http://photos.cityvox.com/photos_gd/94/80/544862_480x480.jpg';
confSlideShow['p'][544862]['descriptif'] = 'Modifié par la rédaction de Cityvox';
confSlideShow['p'][544862]['prev'] = 544867;
confSlideShow['p'][544862]['next'] = 544863;
confSlideShow['p'][544862]['index'] = 1;
confSlideShow['p'][544863] = new Array(Array);
confSlideShow['p'][544863]['alt'] = 'fresque';
confSlideShow['p'][544863]['copy'] = '©VQD ';
confSlideShow['p'][544863]['urlBig'] = 'http://photos.cityvox.com/photos_gd/95/80/544863_480x480.jpg';
confSlideShow['p'][544863]['descriptif'] = 'Modifié par la rédaction de Cityvox';
confSlideShow['p'][544863]['prev'] = 544862;
confSlideShow['p'][544863]['next'] = 544864;
confSlideShow['p'][544863]['index'] = 2;
confSlideShow['p'][544864] = new Array(Array);
confSlideShow['p'][544864]['alt'] = 'salle';
confSlideShow['p'][544864]['copy'] = '©VQD';
confSlideShow['p'][544864]['urlBig'] = 'http://photos.cityvox.com/photos_gd/96/80/544864_480x480.jpg';
confSlideShow['p'][544864]['descriptif'] = 'Modifié par la rédaction de Cityvox';
confSlideShow['p'][544864]['prev'] = 544863;
confSlideShow['p'][544864]['next'] = 544865;
confSlideShow['p'][544864]['index'] = 3;
confSlideShow['p'][544865] = new Array(Array);
confSlideShow['p'][544865]['alt'] = 'Salle2';
confSlideShow['p'][544865]['copy'] = '©VQD';
confSlideShow['p'][544865]['urlBig'] = 'http://photos.cityvox.com/photos_gd/97/80/544865_480x480.jpg';
confSlideShow['p'][544865]['descriptif'] = 'Modifié par la rédaction de Cityvox';
confSlideShow['p'][544865]['prev'] = 544864;
confSlideShow['p'][544865]['next'] = 544866;
confSlideShow['p'][544865]['index'] = 4;
confSlideShow['p'][544866] = new Array(Array);
confSlideShow['p'][544866]['alt'] = 'VQD';
confSlideShow['p'][544866]['copy'] = '©VQD';
confSlideShow['p'][544866]['urlBig'] = 'http://photos.cityvox.com/photos_gd/98/80/544866_480x480.jpg';
confSlideShow['p'][544866]['descriptif'] = 'Modifié par la rédaction de Cityvox';
confSlideShow['p'][544866]['prev'] = 544865;
confSlideShow['p'][544866]['next'] = 544867;
confSlideShow['p'][544866]['index'] = 5;
confSlideShow['p'][544867] = new Array(Array);
confSlideShow['p'][544867]['alt'] = 'VQD 2';
confSlideShow['p'][544867]['copy'] = '©VQD';
confSlideShow['p'][544867]['urlBig'] = 'http://photos.cityvox.com/photos_gd/99/80/544867_480x480.jpg';
confSlideShow['p'][544867]['descriptif'] = 'Modifié par la rédaction de Cityvox';
confSlideShow['p'][544867]['prev'] = 544866;
confSlideShow['p'][544867]['next'] = 544862;
confSlideShow['p'][544867]['index'] = 6;
var current = new Array();
function viewPhotoVideo(type, numero) {
jQuery(".slideshowProfil img, .am-container img").removeClass("current");
jQuery("#"+type+"Thumb"+numero).addClass("current");
jQuery("#photoVideoViewer").show();
if (!elementInViewport(document.getElementById("photoVideoViewer"), 180)) { /*barre connexion + marge pour voir la photo bouger*/
jQuery("html,body").animate({scrollTop:jQuery("#photoVideoViewer").offset().top-40},100,"swing");
}
/*Load photo ou vidéo*/
if (type == "p") {
jQuery("#spinContainer").remove();
var opts = { lines: 12, length: 5, width: 2, radius: 10, color: "#000", speed: 1, trail: 60, shadow: false };
jQuery("#spinner").prepend('
');
var posiDiv = jQuery("#spinner").position();
var wid = 80;
var hei = 40;
var x = posiDiv.left + ((jQuery("#spinner").width() - wid) / 2);
var y = posiDiv.top + 225;
jQuery("#spinContainer").css("height", hei + "px");
jQuery("#spinContainer").css("width", wid + "px");
jQuery("#spinContainer").css("position", "absolute");
jQuery("#spinContainer").css("top", y + "px");
jQuery("#spinContainer").css("left", x + "px");
var target = document.getElementById("spinContainer");
var spinner = new Spinner(opts).spin(target);
jQuery("#viewer").html("
");
jQuery("#imgViewer").load(function() {jQuery("#spinContainer").remove();jQuery("#viewer").append(confSlideShow[type][numero]['alt']);});
jQuery("#controls .step").html(confSlideShow[type][numero]['index'] + "/6 photos");
} else {
var reg=new RegExp("(@@urlMovie@@)", "g");
jQuery("#viewer").html(videoPlayerObjectString.replace(reg, confSlideShow[type][numero]['urlMovie']) + "
"+confSlideShow[type][numero]['alt']);
jQuery("#controls .step").html(confSlideShow[type][numero]['index'] + "/1 vidéos");
}
/*Reload RM, seulement si on change de photo ou video */
if (current.length!==0) {
jQuery("#iframeRM").remove();
var theframe = jQuery('
');
jQuery("body").append(theframe);
jQuery("#iframeRM").load(function(){
var dataRM = jQuery("#iframeRM").contents().find("#pubcarreRefresh").html();
var RMClean = jQuery(dataRM).html(); /* Ceci permet de supprimer les tags SCRIPT du code, pour ne pas les rejouer quand on l injecte à droite */
if (RMClean) {
jQuery("#pubcarre").empty().html(RMClean);
}
});
}
current = new Array(type, numero);
}
//-->