--- video.module 2009-01-23 17:39:50.000000000 +0100 +++ video.module 2009-02-04 18:00:01.000000000 +0100 @@ -357,7 +357,7 @@ $form['flash']['video_flvplayerloader'] = array( '#type' => 'textfield', '#title' => t('Filename of Flash loader'), - '#default_value' => variable_get('video_flvplayerloader', 'FlowPlayer.swf'), + '#default_value' => variable_get('video_flvplayerloader', $base_url . 'FlowPlayer.swf'), '#description' => t('The name of the Shockwave file that manages loading the FLV movie.')); $form['ogg'] = array('#type' => 'fieldset', '#title' => t('Ogg Theora settings'), '#collapsible' => TRUE, '#collapsed' => TRUE); $form['ogg']['video_cortado'] = array( @@ -1056,7 +1056,7 @@ // this will be executed by not Internet Explorer browsers $output = ' +data="'. base_path() . check_plain($loader_location) .'"> ' . "\n"; // this will be executed by Internet Explorer @@ -1067,7 +1067,7 @@ ' . "\n"; // params will be passed to both IE or not IE browsers - $output .= ' + $output .= ' ' . "\n"