Index: modules/video/video.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/video/video.module,v
retrieving revision 1.37
diff -u -r1.37 video.module
--- modules/video/video.module	4 Jun 2006 20:07:30 -0000	1.37
+++ modules/video/video.module	13 Jun 2006 13:27:10 -0000
@@ -1179,7 +1179,7 @@
  *   string of content to display
  */
 function theme_video_play_quicktime($node) {
-  drupal_set_html_head('<script src="'. drupal_get_path('module', 'video') .'/video_insert.js" language="JavaScript" type="text/javascript"></script>');
+  drupal_set_html_head('<script src="/'. drupal_get_path('module', 'video') .'/video_insert.js" language="JavaScript" type="text/javascript"></script>');
   $height = $node->videoy + 16; //Increase the height to accommodate the player controls on the bottom.
   $output = '<script language="JavaScript" type="text/javascript">';
   $output .= "InsertQuicktimeVideo('{$node->vidfile}','$height','{$node->videox}');";
