From 41752d74476a84bb3277b9cb9deef355cc2d0267 Mon Sep 17 00:00:00 2001 From: Fabio Varesano Date: Wed, 3 Jan 2007 16:56:06 +0000 Subject: Added support for flowplayer version 1.10. Older versions of flowplayer will not work anymore. --- video.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/video.module b/video.module index b2bbbb8..1f1f811 100644 --- a/video.module +++ b/video.module @@ -840,7 +840,7 @@ function video_play() { * string of content to display */ function theme_video_play_flash($node) { - $loader_location = variable_get('video_flvplayerloader', 'Player.swf'); + $loader_location = variable_get('video_flvplayerloader', 'FlowPlayer.swf'); $url = _video_get_fileurl($node->vidfile); $file = basename($url); @@ -863,7 +863,7 @@ codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve $output .= ' - ' . "\n" + ' . "\n" . _video_get_parameters($node) . '

'. t('Your browser is not able to display this multimedia content.') .'

'; -- cgit v1.2.3