logo not displaying
I can't for the life of me get the logo function to work. Pro license purchased and correct. License key has been changed in this example. Here's my embed code.
<head>
<script type="text/javascript" src="jwplayer.js" ></script>
<script type="text/javascript">jwplayer.key="XXXXXXXXXXXXXXXXXXX";</script>
</head>
<body class="bg1" onload="sendEvent('playitem', 8)">
</body>
<div id="myElement">Loading the player ...</div>
<script type="text/javascript">
jwplayer("myElement").setup({
file: "http://www.armchairtourist.com/roku_db/flowplayer.pl",
height: 320,
image: "http://www.armchairtourist.com/roku_db//watermark_hd.png",
logo: {
file: 'http://www.armchairtourist.com/roku_db//watermark_hd.png',
link: 'http://armchairtourist.com'
},
width: 480,
type: "mp4",
autostart: "true",
autoplay: "true",
repeat: "true",
setFullscreen: "true",
height: 320
});
</script>