diff -Naur ./flvmediaplayer.module ../flvmediaplayer/flvmediaplayer.module --- ./flvmediaplayer.module 2009-05-01 12:34:36.000000000 +0100 +++ ../flvmediaplayer/flvmediaplayer.module 2009-05-01 12:35:02.000000000 +0100 @@ -400,12 +400,9 @@ // set the path to the player, let configuration override default settings, make sure the url is correct $config['player_path'] = $config['flvmp']['player_path'] ? $config['flvmp']['player_path'] : variable_get('flvmediaplayer_path', drupal_get_path('module', 'flvmediaplayer') .'/mediaplayer.swf'); - // check the player url and make sure it has an http:// on it + // check the url and make sure it has an http:// on it $config['player_path'] = flvmediaplayer_url($config['player_path']); - // check the skin url and make sure it has an http:// on it - $config['flashvars']['skin'] = flvmediaplayer_url($config['flashvars']['skin']); - // should we return flashvars, or just a path to the config file? // if we don't have a node, we can't use a config file // if the request is for a $config_page then we hand back everything