• works perfect but version 2.1.24 has a bug in :
    /wp-content/plugins/fv-wordpress-flowplayer/models/flowplayer.php on line 131

    change from preg_match( ‘/^.+?\.cloudfront\.net./+Signature=.+?$/’, $url );

    to

    preg_match( ‘/^.+?\.cloudfront\.net.+Signature=.+?$/’, $url );

    You see that / before + is not needed.

    BR

  • The topic ‘perfect’ is closed to new replies.