diff -r 9b3c3c34a288 -r b5586438642d web/index.html --- a/web/index.html Tue Oct 22 11:33:46 2013 +0200 +++ b/web/index.html Tue Oct 22 13:21:09 2013 +0200 @@ -16,14 +16,14 @@ @@ -57,7 +57,7 @@
Chapitre 6 : Sur l'industrie éditoriale numérisée
résumé ou vidéo complète
Chapitre 7 : Propositions pour France Université Numérique
résumé ou vidéo complète
iframe à venir, vidéo n°5
", "6" : "iframe à venir, vidéo n°6
", "7" : "iframe à venir, vidéo n°7
", - "full" : "", + "full" : "", }; function displayIframe(n, update_h){ @@ -150,8 +150,8 @@ + ' height: "300",' + ' autostart: true,' + ' url_transform: function(url) { if(url.substr(url.length - 4).toLowerCase()==".flv"){ return url.replace("/ddc_player/video/","/ddc_player/flv:video/"); } return url.replace("/ddc_player/video/","/ddc_player/mp4:video/"); }' - + ' },' - + ' {' + + ' }' + + ' ,{' + ' type: "Polemic",' + ' annotation_type: false,' + ' defaultcolor: "#585858",' @@ -195,8 +195,9 @@ + ' type: "Controller"' + ' }' + ' ,{' - + ' type: "Segments",' - + ' annotation_type: ["chap","découpage"]' +// + ' type: "Segments",' +// + ' annotation_type: ["chap","découpage"]' + + ' type: "MultiSegments"' + ' }' + ' ,{' + ' type: "Annotation"' @@ -253,7 +254,7 @@ if(iframe=="null"){ var v = getURLParameter("v"); if(v=="null"){ - playVideo(first, false); + playVideo(first); } else{ playVideo(v, false);