Index: plugins/flashvideo_streaming/flashvideo_streaming.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/flashvideo/plugins/flashvideo_streaming/Attic/flashvideo_streaming.module,v
retrieving revision 1.1.2.6
diff -u -p -r1.1.2.6 flashvideo_streaming.module
--- plugins/flashvideo_streaming/flashvideo_streaming.module	7 Mar 2009 19:32:48 -0000	1.1.2.6
+++ plugins/flashvideo_streaming/flashvideo_streaming.module	7 May 2010 18:05:35 -0000
@@ -113,7 +113,7 @@ function _flashvideo_streaming_admin_val
       form_set_error('flashvideo_'. $node_type .'_xmoov_path', "Can not find xmoov-php at ". getcwd() ."/". $user_path);
     }
     $form_state['values']['flashvideo_'. $node_type .'_xmoov_path'] = $user_path;
-    $form_state['values']['flashvideo_'. $node_type .'_streamer'] = base_path() . $user_path;
+    $form_state['values']['flashvideo_'. $node_type .'_streamer'] = url($user_path, array('absolute' => true)); //base_path() . $user_path;
   }
 }
 
@@ -248,4 +248,4 @@ function flashvideo_streaming_flashvideo
   else {
     return array();
   }
-}
\ No newline at end of file
+}
