Quote Originally Posted by clonevideos View Post
Hello there
i tried to find out about installing news jwplayer on vshare. I am having new version of vshare (2.8.1) and still old version of JWplayer used. how can i use new JWplayer with new skin or HTML5 option in existing vshare installation? Do anyone have idea? Admin or developer of vshare should have think of this before releasing new version of script. I am waiting for someone to respond.
Upload your new jwplayer and skin(.zip file) to your 'vShare/player' folder.

Then open vShare/include/player.inc file and find
Code:
so.write('vshare_player');
Replace with
Code:
so.addVariable("skin", "{$config['baseurl']}/player/NEW_SKIN.zip");
so.write('vshare_player');
You must replace text 'NEW_SKIN' with your uploaded skin name.

If you can't get it, open a support ticket at BuyScripts Helpdesk with your cpanel login details.

Thanks,