
Logo issues
this is my code and for the love i cannot get logo to show.. point obvious reason anyone? i have 6.11 premium
<div id='playersxxxxxxxxxx'></div>
<script type='text/javascript'>
jwplayer('playersxxxxxxxxxx').setup({
playlist: [{
image: 'none',
logo: {
file: 'http://x.x.x.x/HDRules_overlay.png',
},
sources: [{
file: "rtmp://x.x.x.x/livepkgr/channel7"
},{
file: "http://x.x.x.x/hls-live/livepkgr/_definst_/liveevent/channel7.m3u8"
}]
}], width: '100%',
height: '360',autostart: 'true',
skin: 'bekle',
fallback: 'false'
});
</script>
Thanks to whoever helps me solve this