Re: Flex video windows for OM

2014-07-22 Thread Maxim Solodovnik
I'm passing parameters using following code: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/room.js?revision=1605992&view=markup line ~77 parameters being read using http://svn.apache.org/viewvc/openmeetings/trunk/singl

Re: Flex video windows for OM

2014-07-22 Thread seba.wag...@gmail.com
One of the questions is always how to pass parameters from Flash to JavaScript and vice-versa. Have you found a solution for that or ? Do you have some kind of event mechanism that you use to pass an event from JavaScript to the Flash Applet ? Sebastian 2014-07-23 17:41 GMT+12:00 Maxim Solodovni

Re: Flex video windows for OM

2014-07-22 Thread Maxim Solodovnik
Thanks Sebastian, I'm currently using IntellyJ IDEA for flex editing and code completion (Unfortunately I have no debugger) Currently I'm trying to implement Video setup and video window using flex (all parameters set using Wicket HTML5) Video setup window is already function in the trunk, with s

Re: Flex video windows for OM

2014-07-22 Thread seba.wag...@gmail.com
Hi Maxim, sorry for the delay I am still trying to get my head around the Flex application. But I think basically what you want is that only the audio/video relevant components are using Flash everything else is in HTML5. Which I think is the right approach. Are you still stuck in some of the iss