var h = this.resize.getPopupWebVideoHeight();
if (service == 'youtube') {
- view += '<iframe class="webvideo" type="text/html" width="100%" height="' + h + '" src="http://www.youtube.com/embed/' + video + '?autoplay=1&modestbranding=1&rel=0&html5=1" frameborder="0"></iframe>';
+ view += '<iframe class="webvideo" type="text/html" width="100%" height="' + h + '" src="https://www.youtube.com/embed/' + video + '?autoplay=1&modestbranding=1&rel=0&html5=1" frameborder="0"></iframe>';
} else if (service == 'dailymotion') {
- view += '<iframe class="webvideo" type="text/html" width="100%" height="' + h + '" src="http://www.dailymotion.com/embed/video/' + video + '?autoplay=1&logo=0&related=0&html5=1" width="100%" frameborder="0"></iframe>'
+ view += '<iframe class="webvideo" type="text/html" width="100%" height="' + h + '" src="https://www.dailymotion.com/embed/video/' + video + '?autoplay=1&logo=0&related=0&html5=1" width="100%" frameborder="0"></iframe>'
} else if (service == 'brightcove') {
view += '<iframe class="webvideo" type="text/html" width="100%" height="' + h + '" src="./video/brightcove.html?pid=' + DATAS.brightcovePlayerId + '&pk=' + encodeURIComponent(DATAS.brightcovePlayerSecret) + '&vid=' + video + '" width="100%" frameborder="0"></iframe>'
}
function FluidbookService(fluidbook, id) {
this.fluidbook = fluidbook;
- this.baseURL = 'http://workshop.fluidbook.com/services/';
+ this.baseURL = 'https://workshop.fluidbook.com/services/';
this.id = id;
}
$('#formBulle form').submit(function() {
fb('submit');
$(this).ajaxSubmit({
- url: 'http://workshop.fluidbook.com/services/bulle',
+ url: 'https://workshop.fluidbook.com/services/bulle',
success: function(data) {
$this.hide();
}