Index: flashvideo/flashvideo_objects.inc =================================================================== --- flashvideo/flashvideo_objects.inc (revision 460) +++ flashvideo/flashvideo_objects.inc (working copy) @@ -29,7 +29,7 @@ $logo_vars = (variable_get('flashvideo_' . $video['nodetype'] .'_player_logo', '') == '') ? '' : '&logo=' . _flashvideo_get_fileurl(file_create_path($output_dir . variable_get('flashvideo_' . $video['nodetype'] .'_player_logo', ''))); $logo_link = (variable_get('flashvideo_' . $video['nodetype'] .'_player_logo_link', '') == '') ? '' : '&link=' . variable_get('flashvideo_' . $video['nodetype'] .'_player_logo_link', ''); - $flashvars = 'file='. $file . $img_vars . $time_vars . $logo_vars . $logo_link . '&repeat=false&autostart='.$video['autostart']; + $flashvars = 'file='. $file . $img_vars . $time_vars . $logo_vars . $logo_link . '&repeat=false&autostart='.($video['autostart']? 'true' : 'false'); $output .= ''; $output .= '';