Ok! Yes, it seems to be similar.
Maxim Solodovnik kirjoitti 2014-04-08 14:20:
I'll to investigate this. Seems to be similar to your 'links' problem On Apr 8, 2014 1:48 AM, <[email protected]> wrote:Hi! I changed in swf-functions.js function roomExit() { $('#header, #topControls, #chatPanel').show(); $('div[id="contents"], div[id="contents"] > div').css('height', 'auto'); window.location.hash = "#rooms/public"; $('#lzappContainer').remove(); } This: window.location.hash = "#rooms/public"; To this: window.location.hash = "#rooms/dashboard"; And then did restart for red5. After exiting from room it shows right path in browser but still loads Public Rooms page. How to fix? Thanks! Maxim Solodovnik kirjoitti 2014-04-08 03:45: Hello you can change swf-functions.js and restart On Sun, Apr 6, 2014 at 11:59 PM, <[email protected]> wrote: Hi! In OM2.2.0 I changed Room Exit button destination to Dashboard page by changing in file basemainMethods.lzx line: quicklinkAct('conferenceModuleRoomList') to quicklinkAct('dashboardModuleStartScreen') This is found in line around 514 (<method name="doActionmenu" args="stringSub">). I changed this in OM3.0.1 and made new main.swf8.swf (like on OM2.2.0) but it does not work. Room Exit button still takes user to Public Rooms list. How to change Room Exit button destination in OM3.0.1? Thanks! -- WBR Maxim aka solomax
