Hello,
trying to add a network testing link in room.
using method name="getTestingUrl"

in conferenceMenubar.lzx:

<labelText name="testing"  >
        <attribute name="link" type="string" value="" />
        <handler name="onclick">
            lz.Browser.loadURL(this.link,"_blank");
        </handler>
        <handler name="oninit">

this.setAttribute('text',this.formatLinkText(canvas.getLabelName(1527)));
            this.setAttribute('link',canvas.getTestingUrl());
        </handler>
        <method name="formatLinkText" args="text">
            <![CDATA[
                return "<u><FONT color='#0000CC'>"+text+"</FONT></u>";
            ]]>
        </method>
    </labelText>

insted redirecting to -
http://mydomain.com:5080/openmeetings/?swf=networktesting.swf10.swf

i'm redirecting to -
http://mydomain.com:5080/openmeetings/?swf=networktesting.swf10.swf#user/dashboard

what i'm doing wrong?

Thank you


?swf=networktesting.swf10.swf#user/dashboard

Reply via email to