Re: How can I compile openmeetings to use/render html instead of SWF.

2012-07-10 Thread seba.wag...@gmail.com
Some of the UI elements are Flash specific, you will need to replace such items first. Some might be easier (like the scrollbars) some might be harder, like for example all the RTMP calls that are not possible in DHTML at all. For an experienced developer the refactoring to transform to DHTML migh

RE: How can I compile openmeetings to use/render html instead of SWF.

2012-07-10 Thread Pradeep.Sharma
I was just trying to compile the application for "--runtime=dhtml" but found the following errors while build. Pl. do not mind if I am doing just anything for an effort-sake. I am a newbie and am just trying. D:\ant -Ddb=mysql ... compile.laszlo.main.debug: [java] Compiling: mainde

Re: Running OpenMeetings as root application

2012-07-10 Thread seba.wag...@gmail.com
If its really only about the URL you can still use the redirect or make some iFrame in root's index.html. Sebastian 2012/7/10 George Kirkham > Hi, > > ** ** > > I would like to run OpenMeetings as the “root” red5 application. > > ** ** > > That is without using Apache redirects, I wou

Running OpenMeetings as root application

2012-07-10 Thread George Kirkham
Hi, I would like to run OpenMeetings as the “root” red5 application. That is without using Apache redirects, I would like users to access OpenMeetings via “http://meeting.mydomain.com:5080/” and not “http://meeting.mydomain.com/openmeetings:5080” as this is easier to explain to people.