Index: contrib/emvideo/providers/zzz_custom_url.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/emfield/contrib/emvideo/providers/Attic/zzz_custom_url.inc,v
retrieving revision 1.1.2.8
diff -u -r1.1.2.8 zzz_custom_url.inc
--- contrib/emvideo/providers/zzz_custom_url.inc	11 Oct 2008 18:29:21 -0000	1.1.2.8
+++ contrib/emvideo/providers/zzz_custom_url.inc	16 Oct 2008 21:39:52 -0000
@@ -129,8 +129,9 @@
       case 'swf':
         return '<embed src="'. $url .'" width="'. $width .'" height="'. $height .'" quality="high" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>';
       case 'flv':
+        global $base_url;
         $autostart = $autoplay ? 'true' : 'false';
-        return '<embed src="http://freevideocoding.com/flvplayer.swf?file='. $url .'&amp;autoStart='. $autostart .'" width="'. $width .'" height="'. $height .'" quality="high" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>';
+        return '<embed src="http://freevideocoding.com/flvplayer.swf?file='. $base_url . '/' . $url .'&amp;autoStart='. $autostart .'" width="'. $width .'" height="'. $height .'" quality="high" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>';
     }
   }
 }
