--- flowplayer3.module.o Wed Apr 22 22:59:44 2009 +++ flowplayer3.module Tue Jan 18 06:52:03 2011 @@ -122,7 +122,7 @@ function flowplayer3_swftools_flashvars( // If an image was supplied to be the splash then put this first in the list // This code doesn't seem to be working - the player objects to { url: '' } - if (isset($vars->othervars['image'])) { + if (!empty($vars->othervars['image'])) { $playlist[] = array( // Get url, checking for file existence, and using a relative url if possible. 'url' => swftools_get_media_url(swftools_get_media_path() . $vars->othervars['image']),