diff options
author | Bharat Mediratta <bharat@menalto.com> | 2013-06-06 18:45:46 -0400 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2013-06-06 18:45:46 -0400 |
commit | b1dad9974116b5cd8236041bc276519d50ee0866 (patch) | |
tree | 3aee1e74711b4db4f6fa1bc7c09fdb343ad4327b /modules | |
parent | d81ed1145dfa57d17c2bb5e7505e2f2af62c823e (diff) |
Replace flashmediaelement.swf with a PHP wrapper that strips url
fragments and query parameters.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/gallery/views/movieplayer.html.php | 3 |
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> |