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');
| Comment | File | Size | Author |
|---|---|---|---|
| flowplayer3.0.7.patch | 508 bytes | vm |
Comments
Comment #1
vm commentedadjusting version tag as 6.x-1.x-dev doesn't have the flowplayer3 module folder
Comment #2
Stuart Greenfield commentedThe 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.
Comment #3
Stuart Greenfield commentedRelease 6.x-2.2.