-
Entering a Commercial Key does not work, because Flowplayer has their keys hardcoded to a specific version of their software (i.e. the latest version).
I exchanged the 3.1.5 commercial player with the current (3.2.5) player and changed the path reference in models/flowplayer.php line 110 to reflect the change :
define(‘PLAYER’, RELATIVE_PATH.’/flowplayer/commercial/flowplayer.commercial-3.2.5.swf’);
Flowplayer will now play just fine on the WordPress settings page, without branding (which is good), but on all WordPress pages that worked with the free version there’s now is a black hole instead of the player (which is bad). I’ve looked for other references that would need changing, but no luck so far.
Any help would be appreciated! (for the time being, I’ve reverted to the free player).