I have downloaded the latest library, Flowplayer 3.2.7 and installed it correctly. (The older 3.2.6 does not appear to be available for download.)

I get the following message on SWF Tools Status.

Flowplayer 3 Missing
Download the required supporting file and upload it to sites/all/libraries/flowplayer3/flowplayer-3.2.6.swf.

In swftools/flowplayer3/swftools_flowplayer3.module on line 11 the above value is being set:

/**
 * The default name of the Flowplayer 3 player file.
 */
define('SWFTOOLS_FLOWPLAYER3_FILE', 'flowplayer-3.2.6.swf');

Changing the definition in the module to 3.2.7 and flushing caches clears the error, but it seems like there should be a more graceful way to handle this. Perhaps there needs to be a function to check any filenames that contain 'flowplayer-' in the 'sites/all/libraries/flowplayer3/' directory and compare them with the default setting above. It might also be helpful if the status report displayed this difference.

Comments

Fr0s7’s picture

Category: bug » feature

Problem solved by RTFM.

However, it would be nice if the status page displayed a more helpful message, such as:

Flowplayer 3 Missing
Download the required supporting file and upload it to sites/all/libraries/flowplayer3/flowplayer-3.2.6.swf.

Are you using a newer version of this player? Specify it under Player and plugin Files on the player configuration page at admin/settings/swftools/flowplayer3.

Thanks again for your work in this great module!