summaryrefslogtreecommitdiff
path: root/contrib/site/index.html
diff options
context:
space:
mode:
authorPeterTheOne <petertheone@gmail.com>2018-02-28 10:55:19 +0100
committerPeterTheOne <petertheone@gmail.com>2018-02-28 10:55:19 +0100
commit39c471aa3ba9c9f2e0ae747508d0f4d92fce39d6 (patch)
tree7a454155904b1519e0d2bbfe7fb71776ded63229 /contrib/site/index.html
parentfix mute click (diff)
update and test flash flowplayer
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) {