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.18.2.3 diff -u -r1.1.2.18.2.3 zzz_custom_url.inc --- contrib/emvideo/providers/zzz_custom_url.inc 18 Feb 2010 22:50:54 -0000 1.1.2.18.2.3 +++ contrib/emvideo/providers/zzz_custom_url.inc 27 Mar 2010 01:29:06 -0000 @@ -126,7 +126,7 @@ ), 'plugins' => array( 'rtmp' => array( - 'url' => url(base_path() . drupal_get_path('module', 'flowplayer') . '/flowplayer/flowplayer.rtmp.swf', array('absolute' => TRUE)), + 'url' => url(drupal_get_path('module', 'flowplayer') . '/flowplayer/flowplayer.rtmp.swf', array('absolute' => TRUE)), 'netConnectionUrl' => dirname($url), ), ),