Hi all
I have been playing with this plugin for the last few weeks and i must say it hasn’t been easy to install. luckily i understand chinese so i could get some information from the website. I have successfully installed it on a slatystain them and a vslider theme. ok, here goes:
1. change the path to the rpc service in ‘coolplayer.js’ to an absolute path: coolplayer_rpc.use_service('https://yoursite/wp-content/plugins/coolplayer/rpc.php');
2. turn off the tinymce editor for the current user (user options at the bottom) otherwise your coolplayer statement is screwed by the editor.
3. Make sure there are no mimetypes being invoked in the header (mimetypes.php). You don’t have to put in any special code in your header for coolplayer to work, but sometimes other javascripts get in its way and it refuses to show. play with the position of javascripts to find out where the error is.
These are just a few hints. every installation is different and the plugin is very fragile. I’m still struggling with positioning flv content on my site but that’s a css problem.