Hello, Rene. I'm new developer too and I work on Openmeetings just a couple of month but I can share my client-side experience. First of all you should know that we have two flash layer. First layer is a basic interface in flash 8. First layer sources are contained in WebContent/src folder. Second layer is video interface in flash 11, contained in WebContent/swf10.
When I needed to find required part of source, I found appropriate string in the localization file (WebContent/languages) and searched its id in whole source folder. This method might help to start coding without understanding structure of folders and files. For coding on OpenLaszlo I use Spklet Text Editor. It's a plugin for Eclipse. It's what I can say about client-side in general. Maybe someone could add something more. Also I want to note that we could help you better if you ask us concrete questions. 2013/2/26 Rene' Rosenbaum <[email protected]>: > Hi all, > I'm new to OM development and would like to adapt the user interface to my > purposes. I thought the interface is pure Flash and could be modified this > way. However, it seems OpenLaszlo is compiling the swfs. I've never done > programming in OpenLaszlo. Is there a programming documentation for > OpenLaszlo in OM or may someone help me understanding the structure/purpose > of the different lzx-folders/files for OM? At which file(s) should I look > first to get an entry into the system? Which development tools do you > propose to adapt the user interface (use Eclipse right now, but not whether > this is sufficient or best option)? Any help is appreciated! > Cheers, > Rene' > -- > > ~~~~~~~ > *Dr.-Ing. Rene' Rosenbaum > meeCoda* IT-Consulting and Services > ~: Neue Reihe 15, 18182 Goorstorf, Germany > #: ++49-(0)-1781408041 > @:[email protected] <mailto:[email protected]> > //:www.meecoda.de <http://www.meecoda.de> > ~~~~~~~~~~~~~~ +++ ~~~~~~~~~~~~~~~~ >
