Hello everyone,
Flowplayer is a great video player and FV WordPress Flowplayer a great plugin and I was frustrated to not be able to make it work in Chrome too…
But I think I have found the solution!
I had trouble with both audio player plugin and FV WordPress Flowplayer plugin, only in Chrome, and I found this solution:
http://wordpress.org/support/topic/plugin-audio-player-connecting-with-no-tags-or-custom-titles
It seems that Chrome doesnt like when audio/video are gzipped (which depend from your provider)
To disable gzip on audio/video, simply add these lines in a .htaccess file that you put in your website root:
SetEnvIfNoCase Request_URI .flv$ no-gzip dont-vary
SetEnvIfNoCase Request_URI .mp4$ no-gzip dont-vary
SetEnvIfNoCase Request_URI .swf$ no-gzip dont-vary
SetEnvIfNoCase Request_URI .avi$ no-gzip dont-vary
You have to add as many line as type of audio/video you are gonna add to your website (or group these lines in one line if you know how to do it)
Don’t forget to completly clear Chrome cache and other temp files and restart it before testing
I hope this help !
—
Sorry for my English I’m French