diff options
-rw-r--r-- | themes/default/views/movie.html.php | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/themes/default/views/movie.html.php b/themes/default/views/movie.html.php index 3f88c3fd..bde147ad 100644 --- a/themes/default/views/movie.html.php +++ b/themes/default/views/movie.html.php @@ -20,7 +20,13 @@ <script> flowplayer("gMovieId-<?= $item->id ?>", "<?= url::abs_file("lib/flowplayer.swf") ?>", { plugins: { - h264streaming: { url: "<?= url::abs_file("lib/flowplayer.h264streaming.swf") ?>" } + h264streaming: { + url: "<?= url::abs_file("lib/flowplayer.h264streaming.swf") ?>" + }, + controls: { + autoHide: 'always', + hideDelay: 2000, + } } }) </script> |