@Dmitry: The only way of displaying HTML content in OpenMeetings would be creating a iFrame or div in the z-Layer and set the Flash player in the wmode=opaque. There are multiple ways of doing that. Either you try to use the "HTML component" in OpenLaszlo. This will use JavaScript functions to create the iFrame that already exist in our HTML wrapper that loads the SWF file. Or you try to build your own HTML wrapper to embed our SWF for example with SWFObject ( http://code.google.com/p/swfobject/ ) and add some JavaScript functions that create the iFrame in the z-Layer. There might be also more options to realize the iFrame. However, any of those options will require that you very carefully test if the solution works on all platforms in the major browser versions.
Sebastian 2012/6/1 Dmitry Zamula <[email protected]> > Hello, guys! > > Unfortunately, I cannot attend on today meeting. I do not have time to > finish my task - it was harder than I expected. Tomorrow I will pass my > final exam and continue working on integration html into openlaszlo. > > 2012/6/1 German Grekhov <[email protected]> > > > The link is: > > > > > http://ru.dataved.ru/openmeetings/?invitationHash=7c76c2e0173fe6f933c637daa6d68f00 > > > > I am really sorry, but I can not take part in our meetings today. During > > this week I made the following work: > > 1) Created jitter test prototype. > > 2) Refactored the code: all tests are inherited from the base > "NetworTest" > > class. This class is a view and it will contain the pictures that I > > designed earlier. So, all tests have the common interface and it provides > > the only one way to change test's status picture (success, failed, in > > progress). > > > > @Sebastian, could you please look through my code? We can arrange a > meeting > > to some date (on Sunday, for example) or discuss everything by e-mail. > > > > Also, I have a question about jitter. I have learnt about it, but I don't > > know how to determine if the jitter is acceptable or not. For example, > the > > average packet downloading time is 300 ms, min time is 240 ms, max time > is > > 450 ms, so are these jitter values good or not for the conference? (what > > picture is needed to show to a user: green or red?) > > > > German. > > > > P.S.: good news. Only one exam remains that I need to pass. So, I will > > start working with double speed soon :) > > > > 2012/6/1 [email protected] <[email protected]> > > > > > Hi, > > > > > > Alexei can you resend the link to the GSoC conference room? > > > > > > Who will attend today? I should be able to be there. > > > > > > Sebastian > > > -- > > > Sebastian Wagner > > > https://twitter.com/#!/dead_lock > > > http://www.openmeetings.de > > > http://www.webbase-design.de > > > http://www.wagner-sebastian.com > > > [email protected] > > > > > > > > > -- > Best Regards, > *Dmitry Zamula* > > Saint-Petersburg, Russia > UTC/GMT +4 hours > > Mobile phone: +7 (904) 646-9254 > Skype Id: brantner_ru > E-mail: [email protected] > -- Sebastian Wagner https://twitter.com/#!/dead_lock http://www.openmeetings.de http://www.webbase-design.de http://www.wagner-sebastian.com [email protected]
