summaryrefslogtreecommitdiff
path: root/contrib/site/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/site/index.html')
-rw-r--r--contrib/site/index.html35
1 files changed, 18 insertions, 17 deletions
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 @@
<h3><a href="https://www.elevate.at">zur&uuml;ck zur Elevate Website</a></h3>
<script type="text/javascript" src="js/jquery-3.3.1.min.js"></script>
- <script type="text/javascript" src="js/flowplayer/flowplayer-3.2.6.min.js"></script>
+ <script type="text/javascript" src="js/flowplayer/flowplayer-3.2.13.min.js"></script>
<script type="text/javascript" src="js/player.js"></script>
<script type="text/javascript" src="js/parseLocationHref.js"></script>
<!-- todo: change back to relatie path -->
@@ -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) {