aboutsummaryrefslogtreecommitdiff
path: root/theme/video-play-html5.tpl.php
diff options
context:
space:
mode:
authorHeshan <heshan@heidisoft.com>2011-03-18 14:27:47 +0530
committerHeshan <heshan@heidisoft.com>2011-03-18 14:27:47 +0530
commit797aef53344791c484e5568a1a4a639301ed262f (patch)
treebf816245bb84d26b82e527b3027b0ca6d5ac8122 /theme/video-play-html5.tpl.php
parent69927fc15c744bd3602fe7d404af6a80130a1ce9 (diff)
downloadvideo-797aef53344791c484e5568a1a4a639301ed262f.tar.gz
video-797aef53344791c484e5568a1a4a639301ed262f.tar.bz2
Flowplayer support with Flash play
Diffstat (limited to 'theme/video-play-html5.tpl.php')
-rw-r--r--theme/video-play-html5.tpl.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/theme/video-play-html5.tpl.php b/theme/video-play-html5.tpl.php
index cb4d51a..62a474e 100644
--- a/theme/video-play-html5.tpl.php
+++ b/theme/video-play-html5.tpl.php
@@ -26,7 +26,7 @@
<?php $videojs_sources .= "<source src=\"$filepath\" type='$mimetype; codecs=\"" . $codecs[$mimetype] . "\"' />"; ?>
<?php endif; ?>
<?php endforeach; ?>
-<?php print $videojs_sources; ?>
+ <?php print $videojs_sources; ?>
<!-- Flash Fallback. Use any flash video player here. Make sure to keep the vjs-flash-fallback class. -->
-<?php //echo theme('video_flv', (array)$video, array()); ?>
+ <?php echo theme('video_flv', array('video' => $video)); ?>
</video> \ No newline at end of file