如何在 JWPlayer 中配置视频的弹出窗口
jwplayer("mediaplayer").setup({
flashplayer: "player.swf",
file: 'http://youtu.be/wi8N0pwiEuzc',
width: '280',
height: '150',
image: "Content/images/thumb.jpg",
popup:'true'
});