canvas.thishib.loaderVar = null; this.destroy(); this.currentsteps += 1; if($debug) Debug.write("autoLoader/setProgress ===== ",this.currentsteps); var w = Math.round(((this.maxwidth)/this.maxsteps)*this.currentsteps); this.loadingbar.setAttribute('visibility','visible'); if($debug) Debug.write("autoLoader/setResourceNumber == ",w); this.loadingbar._loading.setAttribute('width',w); return canvas.thishib.userlang; return parent.start; return parent.step; return canvas.sessionId; return canvas.userId; return canvas.currentuser; return canvas.firstName; return canvas.lastName; //The onResult-Handler will be called be the rtmpconnection if ($debug) Debug.write("setUsername: value, ",canvas.thishib.currentInvitation.room.type); clearStageContent(); parent.close(); var r = canvas.thishib.currentInvitation.room; if (r.type == 'conference'){ new lz.flexibleConferenceRoom(canvas.main_content._content.inner, {roomobj: r}); } else if (r.type == 'restricted'){ new lz.restrictedConferenceRoom(canvas.main_content._content.inner, {roomobj: r}); } else if (r.type == 'interview'){ new lz.interviewConferenceRoom(canvas.main_content._content.inner, {roomobj: r}); }