- modify template to use fullscreen param
This commit is contained in:
parent
dc7b2de3f2
commit
48e2e74239
@ -102,7 +102,7 @@ if ( hasProductInstall && !hasRequestedVersion ) {
|
||||
}
|
||||
// -->
|
||||
|
||||
function startApplet(IP, roomNumber, captureX, captureY, captureWidth, captureHeight)
|
||||
function startApplet(IP, roomNumber, fullScreen)
|
||||
{
|
||||
var iframe = document.createElement("iframe");
|
||||
iframe.id = "iframe";
|
||||
@ -112,10 +112,7 @@ function startApplet(IP, roomNumber, captureX, captureY, captureWidth, captureHe
|
||||
"id=\"DeskShareApplet\" width=\"0\" height=\"400\" archive=\"bbb-deskshare-applet-0.64.jar\">" +
|
||||
"<param name=\"ROOM\" value=\"" + roomNumber + "\"/>" +
|
||||
"<param name=\"IP\" value=\"" + IP + "\"/>" +
|
||||
"<param name=\"CAPTURE_WIDTH\" value=\"" + captureWidth + "\"/>" +
|
||||
"<param name=\"CAPTURE_HEIGHT\" value=\"" + captureHeight + "\"/>" +
|
||||
"<param name=\"X\" value=\"" + captureX + "\"/>" +
|
||||
"<param name=\"Y\" value=\"" + captureY + "\"/>" +
|
||||
"<param name=\"FULL_SCREEN\" value=\"" + fullScreen + "\"/>" +
|
||||
"</applet>"
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user