oh, okay, you then need a separated app for each browser which logs in separated. But its not that easy as you have a room-init-method in the videoContainer-Class (all OpenLaszlo Side I am talking about) which triggers a start-method in the Whiteboard. Also you then have three-times a user who logs into a Room (cause every browser window does a separated Login) ... but every *roomEnter* event will trigger a new VideoView to start. Not that good.
Maybe you better use one basic App and do all red5-remoting stuff into this application, I would take the one with the Video's of the users inside. And then trigger all rpc-calls from each *satelite* application through that app. You could establish a connection between the apps in the different browser windows using Flashs *LocalConnection* component. But without some knowledge how this works in ActionsScript you will have some hard time to go through.. untill you are able to trigger events between the different browser windows. sebastian 2008/9/24 lyric <[EMAIL PROTECTED]> > > Hello, > > for a special application, I need to modify the conference room as > follows: > 1. Skip the top menu. > 2. Split the conference view into three independent views, so that the > Audio/Video-, Chat- and Whiteboard-tools each can be independently and > optionally opened into their own Browser-window. I want to use the Web > Service-API to control that behaviour. > > What are the basic development-steps to achieve this? > The openmeetings-code should be adapted as less as possible to keep in > touch with future improvements (I use my own svn repository to keep > synced ;-). > > Please give me some advice, I tried by my own before, but got lost. > Maybe others will need the same modifications for their application. > > Cheers ;-) > lyric > > > -- Sebastian Wagner http://www.webbase-design.de http://openmeetings.googlecode.com http://www.laszlo-forum.de [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenMeetings developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/openmeetings-dev?hl=en -~----------~----~----~----~------~----~------~--~---
