--- video.module	2007-04-11 07:50:31.000000000 -0400
+++ video_fix.module	2007-04-25 21:22:24.000000000 -0400
@@ -1347,13 +1347,13 @@ function theme_video_play_googlevideo($n
 
   // this will be executed by not Internet Explorer browsers
   $output = '<!--[if !IE]> <-->
-<object type="application/x-shockwave-flash" width="'. $node->videox .'" height="'. $node->videoy .'"
+<object type="application/x-shockwave-flash" width="'. $width .'" height="'. $height .'"
 data="http://video.google.com/googleplayer.swf?docId='. check_plain($videoid) .'">
 <!--> <![endif]-->' . "\n";
 
   // this will be executed by Internet Explorer
   $output .= '<!--[if IE]>
-<object type="application/x-shockwave-flash" width="'. $node->videox .'" height="'. $node->videoy .'"
+<object type="application/x-shockwave-flash" width="'. $width .'" height="'. $height .'"
 classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
 codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0">
 <![endif]-->' . "\n";
