summaryrefslogtreecommitdiff
path: root/modules/gallery/views
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2013-03-03 14:23:18 -0800
committerBharat Mediratta <bharat@menalto.com>2013-03-03 14:23:18 -0800
commit8d05571fa3314dc1b7c3abc4e8e20d8bd4886109 (patch)
tree58e3a892e5f10052bd62c079094505b5d6cb4bb2 /modules/gallery/views
parentd213ef3d3f79819571d42c69a75307dc7e19aaa7 (diff)
parent9d7d6c50bb7713038231232f433ae28f6f117b95 (diff)
Merge pull request #178 from shadlaws/fix_2033
#2033 - Add Flowplayer 5 to play HTML5 videos.
Diffstat (limited to 'modules/gallery/views')
-rw-r--r--modules/gallery/views/movieplayer-flash.html.php (renamed from modules/gallery/views/movieplayer.html.php)4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/gallery/views/movieplayer.html.php b/modules/gallery/views/movieplayer-flash.html.php
index edb5184c..6d3cee2a 100644
--- a/modules/gallery/views/movieplayer.html.php
+++ b/modules/gallery/views/movieplayer-flash.html.php
@@ -20,14 +20,14 @@
// setup flowplayer
flowplayer(id,
$.extend(true, {
- "src": "<?= url::abs_file("lib/flowplayer.swf") ?>",
+ "src": "<?= url::abs_file("lib/flowplayer-flash/flowplayer.swf") ?>",
"wmode": "transparent",
"provider": "pseudostreaming"
}, <?= json_encode($fp_params) ?>),
$.extend(true, {
"plugins": {
"pseudostreaming": {
- "url": "<?= url::abs_file("lib/flowplayer.pseudostreaming-byterange.swf") ?>"
+ "url": "<?= url::abs_file("lib/flowplayer-flash/flowplayer.pseudostreaming-byterange.swf") ?>"
},
"controls": {
"autoHide": "always",