Yes, migrating the whole application to SWF10 is a lot of work.
The SWF10-Only restriction does no more exists for Android tablets. OpenMeetings already runs on Android tablets also as SWF8, on my Motorola Xoom with Android 3.2 for example. What does not work at all is accessing the Webcam or Microphone, no matter if you use SWF10 or SWF8. But you can watch videos and live streams of other users. For accessing the cam/micro you need coding a native Android application using some Java RTMP library. Sebastian 2011/11/21 Raju Bitter <[email protected]> > Thanks, Sebastian, that's an interesting approach. > > Why didn't you migrate the whole application to SWF10? SWF8 > performance is so much lower than SWF10 - especially if you'd ever > plan to create an Android tablet app of OpenMeetings. Would that have > been too much work? > > On Sat, Nov 19, 2011 at 1:47 PM, [email protected] > <[email protected]> wrote: > > Hi, > > > > I would like to share some SWF10 migration concept ... might be helpfull > for > > other folks as well or maybe somebody has some feedback: > > > > Timur and German from our development team at OpenMeetings migrated > > OpenMeetings by making a making a SWF10 container and instead of > rewriting > > the complete codebase they just load the existing SWF8 into the SWF10 > > container. > > They implemented some LocalConnection to communicate between both SWFs. > > They simply just extend the SWF10 container with those functionalities > that > > are needed from SWF10 and stay for the rest inside the SWF8 container. > > > > It is a little bit confusing to have two Laszlo debugging windows, but > > actually it works pretty well. > > > > We are currently hammering out some bugs before we merge it to the trunk, > > but you can get the sources from our repository already. > > > > Any thoughts on this? > > > > > > Thanks > > Sebastian > > > > > > -- > > Sebastian Wagner > > http://www.openmeetings.de > > http://www.webbase-design.de > > http://www.wagner-sebastian.com > > [email protected] > > > -- Sebastian Wagner http://www.openmeetings.de http://www.webbase-design.de http://www.wagner-sebastian.com [email protected]
