Hi,

If you are using licensed version of Jwplayer, do the following.

Open vShare/include/player.inc file and find
Code:
so.addVariable("logo","{$config['baseurl']}/templates/images/watermark.gif");
Replace with
Code:
so.addVariable('logo.file', "{$config['baseurl']}/templates/images/watermark.gif");
so.addVariable('logo.link', "{$config['baseurl']}");
so.addVariable('logo.hide, "false");
Try it now.

If you can't get it fixed, open a support ticket at

BuyScripts Helpdesk

with your vShare admin and FTP login details.

Thanks,

Buyscripts Team.