The attached patch adjust the default flowplayer from 3.0.5 to 3.0.7 which is the newest version of flowplayer3 at the time of this comments submission.

The patch adjusts line 15:

define('FLOWPLAYER3_MEDIAPLAYER_FILE', 'flowplayer-3.0.5.swf');

to read

define('FLOWPLAYER3_MEDIAPLAYER_FILE', 'flowplayer-3.0.7.swf');

CommentFileSizeAuthor
flowplayer3.0.7.patch508 bytesvm

Comments

vm’s picture

Version: 6.x-1.x-dev » 6.x-2.1

adjusting version tag as 6.x-1.x-dev doesn't have the flowplayer3 module folder

Stuart Greenfield’s picture

The patch is right. FlowPlayer is a bit awkward as each version as a specific filename, and it doesn't work if you change the filename. For this reason the player name is configurable on the FlowPlayer settings page, but with each release it would probably make sense to try and remember to set the value to the "latest" version.

So I'll include this in the next release.

Stuart Greenfield’s picture

Status: Needs review » Fixed

Release 6.x-2.2.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.