
Change the watermark logo for all vidoes?
I've purchased the licensed copy (5.7), installed it, the JW Player watermark is gone. Now I want to add our logo, link, etc in where the JW Player one used to be. I'm using the following syntax to embed my videos:
bc.. <div id="JWcontainer">Loading the player ...</div>
<script type="text/javascript">
jwplayer("JWcontainer").setup({
flashplayer: "/multimedia/JWplayer/player.swf",
file: "/multimedia/file1.mp4",
image: "/images/file1.jpg",
height: 272,
width: 408
});
</script>
How do I add the logo in? I would like to do this in one place so it updates all my videos all over the site. Is there a way to do that? Or does it have to be done with every video embed?