if (!this.enabled) {
return;
}
canvas.doActionmenu(this.actionCommand);
if (!this.enabled) {
return;
}
canvas._mymod.checkForApplyScreen("no");
if (!this.enabled) {
return;
}
if ($debug) Debug.write("cmd_applyforWhiteBoard onselect",tSel);
//Ask for Right to Draw on Whiteboard
var tDate = new Date();
canvas.thishib.sendMessageWithClient.sendMessage("applyForWhiteboard",tDate.getTime());
if (!this.enabled) {
return;
}
if ($debug) Debug.write("cmd_applyforA onselect",canvas.ismoderator,tSel);
if (canvas.ismoderator) {
//Do directly send confirmation to share Audio/Video to SELF! so that all users get
//the notification and the broadcasting Bit is set for this User
canvas.thishib.setBroadCastingFlag.publicSIDOfNewModerator = canvas.publicSID;
canvas.thishib.setBroadCastingFlag.isAllowedToBroadCastAV = true;
canvas.thishib.setBroadCastingFlag.canVideo = false;
canvas.thishib.setBroadCastingFlag.doCall();
} else {
//Apply for Right to Share Audio/Video
var tDate = new Date();
canvas.thishib.sendMessageWithClient.sendMessage("applyForA",tDate.getTime());
}
if (!this.enabled) {
return;
}
if ($debug) Debug.write("cmd_applyforAV onselect",canvas.ismoderator,tSel);
if (canvas.ismoderator) {
//Do directly send confirmation to share Audio/Video to SELF! so that all users get
//the notification and the broadcasting Bit is set for this User
canvas.thishib.setBroadCastingFlag.publicSIDOfNewModerator = canvas.publicSID;
canvas.thishib.setBroadCastingFlag.isAllowedToBroadCastAV = true;
canvas.thishib.setBroadCastingFlag.canVideo = true;
canvas.thishib.setBroadCastingFlag.doCall();
} else {
//Apply for Right to Share Audio/Video
var tDate = new Date();
canvas.thishib.sendMessageWithClient.sendMessage("applyForAV",tDate.getTime());
}
if ($debug) Debug.write(message);
var remoteLog = new lz.dataset();
remoteLog.setQueryType("POST");
remoteLog.setAttribute("src", canvas.getUrl() + "remotelog.upload");
remoteLog.setQueryParam("message", message);
remoteLog.setQueryParam("sid", canvas.sessionId);
remoteLog.doRequest();
0) {
return canvas.httphostlocal;
}
return canvas.rtmphostlocal;
]]>
if ($debug) Debug.write("############# logicalRoomLeave: ",value);
canvas.currentBaseConferenceRoom._screenSharingAdapter.closeAllScreenSharings();
if (canvas.appointmentNotificationPopUp != null) {
canvas.appointmentNotificationPopUp.destroy();
}
canvas.doActionmenu('quit');
//if($debug) Debug.write("main.lzx/getLabelName()",id);
return getLabelTag(id);
if (action == "exportFilePNG") {
canvas._drawarea.confirmSaveAsImageTypeExport("image","png");
} else if (action == "exportFileJPG") {
canvas._drawarea.confirmSaveAsImageTypeExport("image","jpg");
} else if (action == "exportFilePDF") {
canvas._drawarea.confirmSaveAsImageTypeExport("image","pdf");
} else if (action == "exportFileSVG") {
canvas._drawarea.confirmSaveAsImageExport("image");
} else if (action == "exportFileTIF") {
canvas._drawarea.confirmSaveAsImageTypeExport("image","tif");
}
canvas.videoComp_lc.exitRoom = null;
canvas.thishib.src = null;
canvas.thishib.reconnectionAction = false;
canvas.thishib.reconnectAfterRoomleft = false;
canvas.thishib.counterror = 100;
canvas.thishib.disconnect();
canvas.thishib._nc.close();
flash.external.ExternalInterface.call("roomExit");
if ($debug) Debug.warn("setRoomValues ",roomTypeId,roomId,roomObj);
if (roomTypeId==1){
canvas.isConference = true;
} else {
canvas.isConference = false;
}
//this is needed cause in the rpc-method *getCurrentModeratorList* we check if its roomtype_id == 3
//and if roomtype_id == 3 we will not show any *There is no Moderator* Warning Dialog
canvas.currentRoomObject = roomObj;
hib.currentroomid = roomId;
if (roomObj!=null){
if (roomTypeId==1){
new lz.testSetup(canvas,{isDirectLink:true,roomClassName:canvas.conferenceRoomModule,roomObj:roomObj});
} else if (roomTypeId==2){
new lz.testSetup(canvas,{isDirectLink:true,roomClassName:canvas.restrictedRoomModule,roomObj:roomObj});
new lz.labelerrorPopup(canvas,{error:'No RoomType currently available for roomTypeId 2'});
} else if (roomTypeId==3){
new lz.testSetup(canvas,{isDirectLink:true,roomClassName:canvas.restrictedRoomModule,roomObj:roomObj});
} else if (roomTypeId==4){
new lz.testSetup(canvas,{isDirectLink:true,roomClassName:canvas.interviewRoomModule,roomObj:roomObj});
} else if (roomTypeId==5){
new lz.testSetup(canvas,{isDirectLink:true,roomClassName:canvas.customRoomModule,roomObj:roomObj});
}
}
////Debug.write('parseLanugageObject: ',obj);
////Debug.write('parseLanugageObject: ',obj.childNodes);
////Debug.write("validateCountry: ",str);
str = str.toLowerCase();
return canvas.statesInitValues[id];
var obj = getCurrentMouseWheelObject();
////Debug.write("onmousewheeldelta 12: ",d,obj);
= 48 && c <= 57 || c >= 65 && c <= 90 || c >= 97 && c <= 122 );
]]>
= 224 && c <= 250 );
]]>
switch ( type ) {
case "left" :
obj.setX( 0 );
break;
case "center" :
obj.setX( this.parent.width / 2 - this.getTextWidth() / 2 );
break;
case "right" :
obj.setX( this.parent.width - this.getTextWidth() );
break;
}
if (canvas.sharedObject == null) {
if($debug) Debug.write("canvas.initSharedObject sharedObject IS null");
canvas.sharedObject = new lz.sharedObject();
canvas.sharedObject.getLocal('userdata');
}
canvas.initSharedObject();
var g = canvas.sharedObject.getData('userdata');
if (g==null) {
if($debug) Debug.write("sharedObject.getData IS null");
g = new Array();
}
return g;
canvas.initSharedObject();
canvas.sharedObject.setData('userdata', g);
canvas.sharedObject.flush();
this.regExpCounter = this.regExpCounter +1;
canvas.sendViaLocalConnection(canvas.rtmp_lc_name, "regExpTest", [fieldValue, regExpV, this.regExpCounter]);
return this.regExpCounter;
if (this.regExpResultArray == null) {
this.regExpResultArray = new Array();
}
this.regExpResultArray[tId] = tResult;
if ($debug) Debug.write("regExpResult ",tId,tResult);
return this.regExpResultArray[tId];
//if ($debug) Debug.write("load Image by Name: ",tName);
var tPath = canvas.mainTheme.getPointer().xpathQuery("theme/resource[@name='"+tName+"']/@src");
//if ($debug) Debug.write("tPath "+tPath);
if (tPath == null) {
if ($debug) Debug.warn("getThemeImage - No Image found for config: ",tName);
}
return tPath;
//if ($debug) Debug.write("load Color by Name: ",tColor);
var tResColor = canvas.mainTheme.getPointer().xpathQuery("theme/color[@name='"+tColor+"']/@value");
//if ($debug) Debug.write("tColor "+tColor);
if (tResColor == null) {
if ($debug) Debug.warn("getThemeColor - No Color found for config: ",tColor);
}
return tResColor;
defaultstyle.setAttribute("basecolor",canvas.getThemeColor('basebgcolorizer'));
itemStyle.setAttribute("basecolor",canvas.getThemeColor('basebgcolorizer'));
menuStyle.setAttribute("basecolor",canvas.getThemeColor('styleMenuBarBaseColor'));
_conferencemenu.setAttribute("bgcolor",canvas.getThemeColor('baseMousecolorizer'));
_mainbgcontentNavi.setAttribute("bgcolor",canvas.getThemeColor('mainBackgroundColor'));
main_content.setAttribute("bgcolor",canvas.getThemeColor('mainBackgroundColor'));
canvas.localConnectionSendQ.push({cName: lc_name, mName: methodName, tArray: tArray});
return value == null ? '' : value;
return canvas.isinitRoomDirect || canvas.remoteUserLogin || canvas.directUserLogin || canvas.secureRemoteUserLogin;