
Hide "Description" on listbar / Display only Thumbnail and Title
Hi, I am using the listbar to display the playlist, and I am getting my playlist from an RSS file. But here's the problem: I do not want to include the description on the listbar, only the thumbnail and title.
I am aware of the Layout property but only can use "basic" or "extended" and none of them is giving me what I need.
Any suggestion? Thanks
Here is a page where the player is embedded: http://www.abc.net.au/7.30/default_test.htm
And here is my player's code:
<div id="myplayer">Loading the player...</div>
<script type="text/javascript">
jwplayer("myplayer").setup({
playlist: "/7.30/xml/mediarss-largethumb.xml",
height: 308,
width: 900,
aspectratio: "16:9",
displaytitle: false,
listbar: {
position: "right",
size: 335
}
});
</script>