summaryrefslogtreecommitdiff
path: root/modules/gallery
diff options
context:
space:
mode:
authorAndy Staudacher <andy.st@gmail.com>2010-04-30 16:25:16 -0700
committerAndy Staudacher <andy.st@gmail.com>2010-04-30 16:25:16 -0700
commitd849b6be3fa2a7805bce09a3dda6ed6f7f616f34 (patch)
tree795f7b82c4746c8e15b46e50351cc085de7c3856 /modules/gallery
parent9edee3a7ef770c040b82164454703c35c81c196f (diff)
Oops, somehow the update to flowplayer 3.1.5 was missing a few files. Here they are...
Diffstat (limited to 'modules/gallery')
-rw-r--r--modules/gallery/views/movieplayer.html.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/modules/gallery/views/movieplayer.html.php b/modules/gallery/views/movieplayer.html.php
index f7af8d93..2e79b620 100644
--- a/modules/gallery/views/movieplayer.html.php
+++ b/modules/gallery/views/movieplayer.html.php
@@ -5,12 +5,13 @@
"<?= $attrs["id"] ?>",
{
src: "<?= url::abs_file("lib/flowplayer.swf") ?>",
- wmode: "transparent"
+ wmode: "transparent",
+ provider: "pseudostreaming"
},
{
plugins: {
- h264streaming: {
- url: "<?= url::abs_file("lib/flowplayer.h264streaming.swf") ?>"
+ pseudostreaming: {
+ url: "<?= url::abs_file("lib/flowplayer.pseudostreaming.swf") ?>"
},
controls: {
autoHide: 'always',