From a43b5f2f08002e47bc575f5a4a4618ebebc3d9c6 Mon Sep 17 00:00:00 2001 From: Heshan Date: Sat, 19 Mar 2011 00:33:50 +0530 Subject: Updated the hook_theme and video themes, remove theme funcations to video.theme.inc and added HTML5 with Flash fallback with Flowplayer --- theme/video-play-flv.tpl.php | 2 +- theme/video-play-html5.tpl.php | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'theme') diff --git a/theme/video-play-flv.tpl.php b/theme/video-play-flv.tpl.php index 418fec2..5779eae 100644 --- a/theme/video-play-flv.tpl.php +++ b/theme/video-play-flv.tpl.php @@ -10,5 +10,5 @@ * $themed_output is the rendered html. * */ -echo ($variables['themed_output']->themed_output); +print $themed_output; ?> \ No newline at end of file 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 @@ + player = 'flv'; ?> + files->flv->url = $flash; ?> $video)); ?> \ No newline at end of file -- cgit v1.2.3