Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

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

2 Community Answers

mark

User  
0 rated :

remove the comma of the last line in a { } sequence

Or add a logo like this
logo: {
file: '/assets/myLogo.png',
link: 'http://example.com'
},

fs1006

User  
0 rated :

thanks that worked :)

This question has received the maximum number of answers.