Line 476 of swftools.module makes file assignments, depending on whether we are embedding an swf directly, or using a player.

There are two cases and a default, but case SWFTOOLS_CUSTOM looks like it does exactly the same as default:

So what's the difference, and when would anyone use SWFTOOLS_CUSTOM. Can this case be removed to tidy up the code?

Comments

Stuart Greenfield’s picture

Status: Active » Needs review

I don't think this is needed / used, having written the FlexPaper module which effectively places a swf inside another swf.

If someone wants to do this then they ought to implement a player module.

So I've removed it, unless someone convinces me otherwise.