Index: mollom.pages.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/mollom/mollom.pages.inc,v retrieving revision 1.6 diff -u -p -r1.6 mollom.pages.inc --- mollom.pages.inc 5 Feb 2010 22:05:06 -0000 1.6 +++ mollom.pages.inc 5 Feb 2010 22:11:21 -0000 @@ -22,8 +22,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 .= '';