怎样在播放界面显示视频列表?thePlayer = jwplayer('container').setup({
                flashplayer: 'images/jwplayer/pl.swf',
                file: 'images/jwplayer/playlist.xml',
                width: 850,
                height: 550,
                dock: false ,
                repeat: "list",     //设置为list会播放列表中所有的项目,设置为true会循环播放。 
                showdigits: "total",  //设置为"false"隐藏播放时间等信息用来节省控制区域的空间。设置为"total"用来显示全部时间。
                smoothing: true     //设置为false关闭视频平滑处理,推荐设置true用以得到更好效果。
            }); jwplayer