diff options
Diffstat (limited to 'theme/video-play-html5.tpl.php')
-rw-r--r-- | theme/video-play-html5.tpl.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/theme/video-play-html5.tpl.php b/theme/video-play-html5.tpl.php index 62a474e..78c5f8c 100644 --- a/theme/video-play-html5.tpl.php +++ b/theme/video-play-html5.tpl.php @@ -28,5 +28,7 @@ <?php endforeach; ?> <?php print $videojs_sources; ?> <!-- Flash Fallback. Use any flash video player here. Make sure to keep the vjs-flash-fallback class. --> + <?php $video->player = 'flv'; ?> + <?php $video->files->flv->url = $flash; ?> <?php echo theme('video_flv', array('video' => $video)); ?> </video>
\ No newline at end of file |