JWPlayer Noob在这里......
我有一个jwplayer和一个对话框,每隔10秒显示一次。除非播放器全屏显示,否则它可以正常工作。然后它根本不显示。
这是对话框代码:
$("#dialog").dialog({
autoOpen: true,
draggable: true,
modal: true,
width: 200,
height: 130,
resizable: false,
appendTo: "#apitester",
position: { my: "center", at: "center", of: "#apitester" },
buttons: {
Confirm: function() {
$( this ).dialog( "close" );
//MAKE CALL TO CF BACKEND
}
}
});