问题修改
This commit is contained in:
parent
b0b6fb5f43
commit
3d7fa232a6
|
|
@ -41,7 +41,6 @@ $(function () {
|
||||||
WebVideoCtrl.I_InitPlugin({
|
WebVideoCtrl.I_InitPlugin({
|
||||||
bWndFull: true, //是否支持单窗口双击全屏,默认支持 true:支持 false:不支持
|
bWndFull: true, //是否支持单窗口双击全屏,默认支持 true:支持 false:不支持
|
||||||
iWndowType: 1,
|
iWndowType: 1,
|
||||||
bDebugMode: true,
|
|
||||||
// aIframe: ["test"],
|
// aIframe: ["test"],
|
||||||
cbSelWnd: function (xmlDoc) {
|
cbSelWnd: function (xmlDoc) {
|
||||||
g_iWndIndex = parseInt($(xmlDoc).find("SelectWnd").eq(0).text(), 10);
|
g_iWndIndex = parseInt($(xmlDoc).find("SelectWnd").eq(0).text(), 10);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue