summaryrefslogtreecommitdiff
path: root/modules/gallery/views
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gallery/views')
-rw-r--r--modules/gallery/views/movieplayer.html.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/gallery/views/movieplayer.html.php b/modules/gallery/views/movieplayer.html.php
index f78cc91a..e4046906 100644
--- a/modules/gallery/views/movieplayer.html.php
+++ b/modules/gallery/views/movieplayer.html.php
@@ -11,7 +11,8 @@
defaultVideoHeight: <?= $height ?>,
startVolume: 1.0,
features: ["playpause", "progress", "current", "duration", "volume", "fullscreen"],
- pluginPath: "<?= url::abs_file("lib/mediaelementjs/") ?>"
+ pluginPath: "<?= url::abs_file("lib/mediaelementjs/") ?>",
+ flashName: "flashmediaelement.swf.php"
}, <?= json_encode($player_options) ?>)
);
</script>