From 39c471aa3ba9c9f2e0ae747508d0f4d92fce39d6 Mon Sep 17 00:00:00 2001 From: PeterTheOne Date: Wed, 28 Feb 2018 10:55:19 +0100 Subject: update and test flash flowplayer --- contrib/site/index.html | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) (limited to 'contrib/site/index.html') diff --git a/contrib/site/index.html b/contrib/site/index.html index 9245c1d..19e2580 100644 --- a/contrib/site/index.html +++ b/contrib/site/index.html @@ -85,7 +85,7 @@

zurück zur Elevate Website

- + @@ -257,22 +257,23 @@ } function initFlowplayer(model) { - flowplayer("player", "js/flowplayer/flowplayer-3.2.7.swf", { - clip: { - url: model.getStreamUrl('flash'), - autoPlay: true, - autoBuffering: true, - bufferLength: 5, - live: true, - scaling: "fit" - }, - plugins: { - controls: { - url: "js/flowplayer/flowplayer.controls-3.2.5.swf", - time: false, - } - } - } ); + $('#controls').hide(); + flowplayer("player", "js/flowplayer/flowplayer-3.2.18.swf", { + clip: { + url: model.getStreamUrl('flash'), + autoPlay: true, + autoBuffering: true, + bufferLength: 5, + live: true, + scaling: "fit" + }, + plugins: { + controls: { + url: "js/flowplayer/flowplayer.controls-3.2.16.swf", + time: false, + } + } + } ); } function selectPlayer(model) { -- cgit v1.2.3