diff options
author | Bharat Mediratta <bharat@menalto.com> | 2012-07-23 13:38:59 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2012-07-23 13:38:59 -0700 |
commit | 087584478482f6c0578e64f2d21f3d8e6197ad8f (patch) | |
tree | c6b0b9f87493f8b491aee14b527367d6fa119cd4 /modules/gallery | |
parent | eaff1ffbada9ef46865e1f7aa1a5cea681caa1d2 (diff) |
Update Flowplayer to 3.2.12 along with all associated files. Also
switch over to the byte-range version of pseudostreaming, let's see if
that works better than what we have currently. Fixes #1899.
Diffstat (limited to 'modules/gallery')
-rw-r--r-- | modules/gallery/views/movieplayer.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/movieplayer.html.php b/modules/gallery/views/movieplayer.html.php index 96d6532c..343eafe8 100644 --- a/modules/gallery/views/movieplayer.html.php +++ b/modules/gallery/views/movieplayer.html.php @@ -14,7 +14,7 @@ }, plugins: { pseudostreaming: { - url: "<?= url::abs_file("lib/flowplayer.pseudostreaming.swf") ?>" + url: "<?= url::abs_file("lib/flowplayer.pseudostreaming-byterange.swf") ?>" }, controls: { autoHide: 'always', |