Index: xspf_extended.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/audio/players/xspf_extended.inc,v retrieving revision 1.2 diff -u -r1.2 xspf_extended.inc --- xspf_extended.inc 23 Jan 2007 04:36:49 -0000 1.2 +++ xspf_extended.inc 30 Jan 2007 19:49:58 -0000 @@ -34,7 +34,7 @@ } function audio_xspf_extended_player($options) { - $url = url(base_path() . drupal_get_path('module', 'audio') .'/players/xspf_extended.swf', drupal_query_string_encode($options)); + $url = url(drupal_get_path('module', 'audio') .'/players/xspf_extended.swf', drupal_query_string_encode($options)); $output = <<';