diff options
author | hiwilson <wilsonpscheung@gmail.com> | 2009-07-21 09:44:51 +0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-07-20 22:11:22 -0700 |
commit | 653badc2e1b9753f29bbb1d9fec8098716a4a2f4 (patch) | |
tree | 8687dc2759d9b87c2c038f12051a8bb9695aaf47 | |
parent | 1a96ce145cfa529708852a46d4cab3c0d4d1b37e (diff) |
set wmode='transparent' other than flowplayer.js
(cherry picked from commit 79a46658196a98a3972983cc422d1ee544b09d4a)
-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 e8cabd31..28324a54 100644 --- a/modules/gallery/views/movieplayer.html.php +++ b/modules/gallery/views/movieplayer.html.php @@ -1,7 +1,8 @@ <?php defined("SYSPATH") or die("No direct script access.") ?> <?= html::anchor($item->file_url(true), "", $attrs) ?> <script> - flowplayer("<?= $attrs["id"] ?>", "<?= url::abs_file("lib/flowplayer.swf") ?>", { + flowplayer("<?= $attrs["id"] ?>", {src: "<?= url::abs_file("lib/flowplayer.swf") ?>", + wmode: "transparent"}, { plugins: { h264streaming: { url: "<?= url::abs_file("lib/flowplayer.h264streaming.swf") ?>" |