I believe that the default of 'swftools_nojavascript' should be swftools_direct' in the line below found in function swf():

$options['methods']['embed'] = $options['methods']['embed'] ? $options['methods']['embed'] : variable_get('swftools_embed_method', 'swftools_nojavascript');

Because the default is wrong, on a base installation with the generic player, the player does not show up since the theme function cannot find the proper embed function.

Comments

Stuart Greenfield’s picture

Status: Active » Needs review

Yes it should!

I thought I'd replaced all of the occurrences but there always seems to be one that slips through...

Fixed on DRUPAL-6--3.