there is a method called *sendVars* in the whiteboard that accept an Object that is send to all clients. The hibrtmpConnection.lzx contains code that process those messages.
Sebastian 2011/1/6 Vineet Mail Delivery <[email protected]> > I have studied the source code structure and also code. > > > > I believe code need to be changed in modules/conference part. Also there > must be some changes that needs to be done in invoking function on server > side. > > > > > > But main problem point is > > somehow, I get data from javascript (mapping part), > > now how actually *to put into openmeeting message bus and transmit data to > all clients and then at all other clients*, use that. > > > > > > Can you throw some light on this too. > > > > > > Thanks > > Regards > > > > > > *From:* [email protected] [mailto: > [email protected]] *On Behalf Of *[email protected] > *Sent:* Thursday, January 06, 2011 10:48 PM > *To:* [email protected] > *Subject:* Re: [openmeetings-dev] RE: whiteboard additions > > > > yes that concept is feasible, however you will need to read the source code > of the whiteboard tools to really do that. > The files should be found easily in the LZX sources for the whiteboard. > > Sebastian > > 2011/1/6 Vineet Mail Delivery <[email protected]> > > Hello Mr Wagner. > > Tell me if this concept is feasible. > 1. I design put a window/htmlviewer (openlaszlo component or wrapper) in > the > conference room, where I use some sort of maping. > 2. In that when user moves map, javascipt is used to capture the > coordinates > or page address. > > 3. now this is passed to openmeeting system and sent to all users. > 4. All the users receive the message/coordinates/address. > 5. At the recieveing side this message is sent to the listener > window/htmlviewer. > 6. There it is captured and passed to javascript component. > > > 7. Appropriate action done in window........ > > > Now I have problem with steps 3-6, on what strategy should be taken. > > > > Thanks > Regards > > > > -----Original Message----- > From: vinz89 [mailto:[email protected]] > Sent: Wednesday, January 05, 2011 12:09 PM > To: OpenMeetings developers > Subject: whiteboard additions > > hi, > i am trying to add extension to whiteboard, application to display a map in > background (or in a side corner), so that the location of the participants > can be shown. the location can be got from ip address, This logic i have > built in seperate library. > > for mapping, i am planning OPENMAP which is Swing Toolkit (java) to provide > mapping functionalities. with help of open > > Couild someone help in providing help, tutorial or how to start. > > Thanks in advance > > -- > 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]<openmeetings-dev%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/openmeetings-dev?hl=en. > > > > > -- > Sebastian Wagner > http://www.webbase-design.de > http://openmeetings.googlecode.com > http://www.wagner-sebastian.com > [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. > > -- > 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]<openmeetings-dev%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/openmeetings-dev?hl=en. > -- Sebastian Wagner http://www.webbase-design.de http://openmeetings.googlecode.com http://www.wagner-sebastian.com [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.
