
Issues with logo overlays
I'm having issues with intermittent placement of the logo overlay. If I include "autostart: "true" anywhere in the configuration the logo does not appear. In addition, using the example below the logo does not appear on iOS devices. Can anyone provide any suggestions?
<html>
<head>
<meta charset='UTF-8'>
<title>JW6</title>
<script type='text/javascript' src='jwplayer.js'></script>
<script type='text/javascript'>jwplayer.key='Changedforweb';</script>
</head>
<body>
<div id='myElement'>Loading the player...</div>
<script type='text/javascript'>
var cachebuster = Math.round(new Date().getTime() / 1000);
jwplayer('myElement').setup({
logo: {
file: 'http://www.armchairtourist.com/roku_db/watermark.png?cb=12346'
},
file: 'http://www.armchairtourist.com/roku_db/flowplayer.pl',
type: "mp4",
image: 'http://www.armchairtourist.com/roku_db/image.png',
margin: 8,
width: 640,
height: 360,
position: top-left,
repeat: true,
});
</script>
</body>
</html>