
Description in playlist / listbar options - control of list bar
please help-
i am re-buidling my playlist database of content. it is working fine. i want to have descriptions under the titles. I see in the list bar options that this is an option, but when i enter a 'description' parameter in the next line under the title i get a code error. what am i doing wrong?
<script type='text/javascript'>
jwplayer('my-video').setup({
height: 460,
width: 1060,
listbar: {
position: 'right',
size: 300
},
playlist: [{
image: "http://www.boyne.k12.mi.us/RSN/RSN_Shows/Show18.jpg",
file: "http://www.boyne.k12.mi.us/RSN/RSN_Shows/Show18.mp4",
title: "RSN 18- Tourney Time"
description: "i want my description to go here"
},{
image: "http://www.boyne.k12.mi.us/RSN/RSN_Shows/Show17_Thumb.jpg",
file: "http://www.boyne.k12.mi.us/RSN/RSN_Shows/Show_17.mp4",
title: "RSN 17- 12.13.12"
},{
image: "http://www.boyne.k12.mi.us/RSN/RSN_Shows/Show16_District_Champtions.jpg",
file: "http://www.boyne.k12.mi.us/RSN/RSN_Shows/Show16_District_Champions(4x3).mp4",
title: "RSN 16- 11.05.12"
}]
});
</script>
http://www.boyne.k12.mi.us/RSN/website/default.htm