Index: mollom.pages.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/mollom/mollom.pages.inc,v retrieving revision 1.1.2.9 diff -u -p -r1.1.2.9 mollom.pages.inc --- mollom.pages.inc 5 Feb 2010 14:17:55 -0000 1.1.2.9 +++ mollom.pages.inc 5 Feb 2010 17:09:43 -0000 @@ -19,8 +19,9 @@ function mollom_captcha_js($type, $sessi case 'audio': $response = mollom('mollom.getAudioCaptcha', $data); if ($response) { - $source = url(drupal_get_path('module', 'mollom') . '/mollom-captcha-player.swf', array( + $source = url(base_path() . drupal_get_path('module', 'mollom') . '/mollom-captcha-player.swf', array( 'query' => array('url' => $response['url']), + 'external' => TRUE, )); $output = ''; $output .= '';