summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorshadlaws <shad@shadlaws.com>2013-03-02 23:56:13 +0100
committershadlaws <shad@shadlaws.com>2013-03-02 23:56:13 +0100
commit384bc7afc86be706bf61def09afc8306cdad2443 (patch)
treeb61f715d052556d8a735517a53f73bd599efd2e5 /themes
parentd213ef3d3f79819571d42c69a75307dc7e19aaa7 (diff)
#2033 - Add Flowplayer 5 to play HTML5 videos.
- add Flowplayer 5 to lib/flowplayer-html5 - move existing Flash Flowplayer to lib/flowplayer-flash - update page.html.php and movieplayer.html.php --HG-- rename : lib/flowplayer.controls.swf => lib/flowplayer-flash/flowplayer.controls.swf rename : lib/flowplayer.js => lib/flowplayer-flash/flowplayer.js rename : lib/flowplayer.pseudostreaming-byterange.swf => lib/flowplayer-flash/flowplayer.pseudostreaming-byterange.swf rename : lib/flowplayer.pseudostreaming.swf => lib/flowplayer-flash/flowplayer.pseudostreaming.swf rename : lib/flowplayer.swf => lib/flowplayer-flash/flowplayer.swf
Diffstat (limited to 'themes')
-rw-r--r--themes/wind/views/page.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/wind/views/page.html.php b/themes/wind/views/page.html.php
index 23021e4d..898b499d 100644
--- a/themes/wind/views/page.html.php
+++ b/themes/wind/views/page.html.php
@@ -56,7 +56,7 @@
<?= $theme->script("jquery.scrollTo.js") ?>
<?= $theme->script("gallery.show_full_size.js") ?>
<? elseif ($theme->page_subtype == "movie"): ?>
- <?= $theme->script("flowplayer.js") ?>
+ <?= $theme->script("flowplayer-flash/flowplayer.js") ?>
<? endif ?>
<?= $theme->head() ?>