From 40dff270e7aaca67d6b5633dd842d4239aa1a65d Mon Sep 17 00:00:00 2001 From: Fabio Varesano Date: Sat, 13 Jan 2007 17:28:48 +0000 Subject: Add flowplayer width to the object tag width. --- video.module | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/video.module b/video.module index dd6bd78..33a4c3c 100644 --- a/video.module +++ b/video.module @@ -930,16 +930,18 @@ function theme_video_play_flash($node) { $url = _video_get_fileurl($node->vidfile); $file = basename($url); $base_url = substr($url, 0, strrpos($url, '/')); + + $height = $node->videoy + 24; // add commands height // this will be executed by not Internet Explorer browsers $output = ' - ' . "\n"; // this will be executed by Internet Explorer $output .= '' . "\n"; -- cgit v1.2.3