--- video_formatter.inc Mon Jan 19 23:26:36 1970 +++ video_formatter.inc Mon Jan 19 23:26:36 1970 @@ -191,7 +191,7 @@ } elseif ($video->flash_player == 'flowplayer') { // kjh: use a playlist to display the thumbnail if not auto playing - if (!$video->autoplay && $video->thumbnail->url) { + if (!$video->autoplay && $video->thumbnail->filepath != '') { $options = array( 'playlist' => array($video->thumbnail->url, array('url' => urlencode($video->files->{$video->player}->url),