From 513f6ffe597061ccd8ad25302dc3111c8a2a2760 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 22 Jun 2015 13:59:26 +0000 Subject: [PATCH] Brightcove integration --- js/libs/fluidbook/fluidbook.js | 3 +-- video/brightcove.html | 5 +++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/js/libs/fluidbook/fluidbook.js b/js/libs/fluidbook/fluidbook.js index 3888646d..d66b0a92 100644 --- a/js/libs/fluidbook/fluidbook.js +++ b/js/libs/fluidbook/fluidbook.js @@ -938,8 +938,7 @@ Fluidbook.prototype = { } else if (service == 'dailymotion') { view += '' } else if (service == 'brightcove') { - var v = video.split('|'); - view += '' + view += '' } view += ''; $("#view").append('
' + view + '
'); diff --git a/video/brightcove.html b/video/brightcove.html index ee886da9..18177b41 100644 --- a/video/brightcove.html +++ b/video/brightcove.html @@ -35,10 +35,11 @@ found at https://accounts.brightcove.com/en/terms-and-conditions/. document.write('') document.write('') document.write('') - document.write('') + document.write('') + document.write('') document.write('') document.write('') document.write(''); - document.write(''); + document.write(''); document.write(''); \ No newline at end of file -- 2.39.5