You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@openmeetings.apache.org by Maxim Solodovnik <so...@gmail.com> on 2014/07/30 05:19:10 UTC

Re: Modifying Flash Interface in OpenMeetings

Hello Nelson,

please contact user or dev list with such questions, more people can answer
:) http://openmeetings.apache.org/mail-lists.html

OM Flash interface is written using Openlaszlo the sources are available
here:
https://svn.apache.org/repos/asf/openmeetings/branches/3.0.x/WebContent/src
https://svn.apache.org/repos/asf/openmeetings/branches/3.0.x/WebContent/swf10
(not sure which version are you using, branch should be changed according
to version)

trunk is going to use AS3 and latest Flex compiler
to change colors you can play with theme.xml file (bundled with OM)
to change layout of video windows you need to modify Openlaszlo code in
"swf10" folder



On 30 July 2014 03:04, nelson gomez <ng...@gmail.com> wrote:

> Hi Maxim, how are you doing? Hope everything goes well.
>
> I'm writing you to ask about how to change the interface in the
> OpenMeeting Web App, I assume that I can modify some action script file
> (don't know if AS 2.0 or 3.0), also the main .SWF is generated by Flash
> itself and I think we cannot have access to that Source File. Anyways it's
> ok for me, I just need to change the colors and shapes, maybe also the
> layout. So my question is if there's a way to modify the interface with
> some files (.as, .xml, .swf, .flv and others) Where I can start? In the
> first case, I want to upgrade the webcam layout, maybe by generating a
> module or block to show them horizontally or vertically aligned in the OM
> MainFrame.
>
> Thanks for you attention,
>
> Best Regards
>
> --
> Nelson Gomez
>



-- 
WBR
Maxim aka solomax

Re: Modifying Flash Interface in OpenMeetings

Posted by Maxim Solodovnik <so...@gmail.com>.
I just have updated build instructions
http://openmeetings.apache.org/BuildInstructions_3.0.x.html


On 31 July 2014 09:47, Maxim Solodovnik <so...@gmail.com> wrote:

> it is outdated
> you can start with http://openmeetings.apache.org/BuildInstructions.html
> but use the following repository URL
> https://svn.apache.org/repos/asf/openmeetings/branches/3.0.x/
>
>
> On 31 July 2014 09:14, nelson gomez <ng...@gmail.com> wrote:
>
>> Thanks Maxim,
>>
>> Hi maxim,
>>
>> I found a url interesting, about of as build, test... with openmeetings.
>>
>> *http://www.docin.com/p-224467661.html
>> <http://www.docin.com/p-224467661.html>*
>>
>> I can begin with this url?
>>
>>
>> 2014-07-30 21:39 GMT-04:30 Maxim Solodovnik <so...@gmail.com>:
>>
>>> all should be compiled with *ant*
>>> compile.laszlo.main                  - compile swf8 release
>>> compile.laszlo.main.debug        - compile swf8 debug
>>> compile.laszlo.main.as3            - compile swf10 release
>>> compile.laszlo.main.debug.as3  - compile swf10 debug
>>> client.only - all flash modules release
>>> client.debug.only - all flash modules debug
>>>
>>>
>>> On 31 July 2014 07:58, nelson gomez <ng...@gmail.com> wrote:
>>>
>>>> Hi maxim,
>>>>
>>>> I have installed openlaszlo, and i was tested some file as
>>>> main.as3.lzx, but when i try compile this file, then, i show some error,
>>>> because the file , need other files as source.
>>>>
>>>> Do you can me guide for compile this file (main.as3.lzx) but not recibe
>>>> errors?
>>>>
>>>> Thanks for you attention,
>>>>
>>>>
>>>>
>>>>
>>>> 2014-07-29 22:49 GMT-04:30 Maxim Solodovnik <so...@gmail.com>:
>>>>
>>>>> Hello Nelson,
>>>>>
>>>>> please contact user or dev list with such questions, more people can
>>>>> answer :) http://openmeetings.apache.org/mail-lists.html
>>>>>
>>>>> OM Flash interface is written using Openlaszlo the sources are
>>>>> available here:
>>>>> https://svn.apache.org/repos/asf/openmeetings/branches/3.0.x/WebContent/src
>>>>>
>>>>> https://svn.apache.org/repos/asf/openmeetings/branches/3.0.x/WebContent/swf10
>>>>> (not sure which version are you using, branch should be changed
>>>>> according to version)
>>>>>
>>>>> trunk is going to use AS3 and latest Flex compiler
>>>>> to change colors you can play with theme.xml file (bundled with OM)
>>>>> to change layout of video windows you need to modify Openlaszlo code
>>>>> in "swf10" folder
>>>>>
>>>>>
>>>>>
>>>>> On 30 July 2014 03:04, nelson gomez <ng...@gmail.com> wrote:
>>>>>
>>>>>> Hi Maxim, how are you doing? Hope everything goes well.
>>>>>>
>>>>>> I'm writing you to ask about how to change the interface in the
>>>>>> OpenMeeting Web App, I assume that I can modify some action script file
>>>>>> (don't know if AS 2.0 or 3.0), also the main .SWF is generated by Flash
>>>>>> itself and I think we cannot have access to that Source File. Anyways it's
>>>>>> ok for me, I just need to change the colors and shapes, maybe also the
>>>>>> layout. So my question is if there's a way to modify the interface with
>>>>>> some files (.as, .xml, .swf, .flv and others) Where I can start? In the
>>>>>> first case, I want to upgrade the webcam layout, maybe by generating a
>>>>>> module or block to show them horizontally or vertically aligned in the OM
>>>>>> MainFrame.
>>>>>>
>>>>>> Thanks for you attention,
>>>>>>
>>>>>> Best Regards
>>>>>>
>>>>>> --
>>>>>> Nelson Gomez
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> WBR
>>>>> Maxim aka solomax
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Nelson Gomez
>>>>
>>>
>>>
>>>
>>> --
>>> WBR
>>> Maxim aka solomax
>>>
>>
>>
>>
>> --
>> Nelson Gomez
>>
>
>
>
> --
> WBR
> Maxim aka solomax
>



-- 
WBR
Maxim aka solomax

Re: Modifying Flash Interface in OpenMeetings

Posted by Maxim Solodovnik <so...@gmail.com>.
all should be compiled with *ant*
compile.laszlo.main                  - compile swf8 release
compile.laszlo.main.debug        - compile swf8 debug
compile.laszlo.main.as3            - compile swf10 release
compile.laszlo.main.debug.as3  - compile swf10 debug
client.only - all flash modules release
client.debug.only - all flash modules debug


On 31 July 2014 07:58, nelson gomez <ng...@gmail.com> wrote:

> Hi maxim,
>
> I have installed openlaszlo, and i was tested some file as main.as3.lzx,
> but when i try compile this file, then, i show some error, because the file
> , need other files as source.
>
> Do you can me guide for compile this file (main.as3.lzx) but not recibe
> errors?
>
> Thanks for you attention,
>
>
>
>
> 2014-07-29 22:49 GMT-04:30 Maxim Solodovnik <so...@gmail.com>:
>
>> Hello Nelson,
>>
>> please contact user or dev list with such questions, more people can
>> answer :) http://openmeetings.apache.org/mail-lists.html
>>
>> OM Flash interface is written using Openlaszlo the sources are available
>> here:
>> https://svn.apache.org/repos/asf/openmeetings/branches/3.0.x/WebContent/src
>>
>> https://svn.apache.org/repos/asf/openmeetings/branches/3.0.x/WebContent/swf10
>> (not sure which version are you using, branch should be changed according
>> to version)
>>
>> trunk is going to use AS3 and latest Flex compiler
>> to change colors you can play with theme.xml file (bundled with OM)
>> to change layout of video windows you need to modify Openlaszlo code in
>> "swf10" folder
>>
>>
>>
>> On 30 July 2014 03:04, nelson gomez <ng...@gmail.com> wrote:
>>
>>> Hi Maxim, how are you doing? Hope everything goes well.
>>>
>>> I'm writing you to ask about how to change the interface in the
>>> OpenMeeting Web App, I assume that I can modify some action script file
>>> (don't know if AS 2.0 or 3.0), also the main .SWF is generated by Flash
>>> itself and I think we cannot have access to that Source File. Anyways it's
>>> ok for me, I just need to change the colors and shapes, maybe also the
>>> layout. So my question is if there's a way to modify the interface with
>>> some files (.as, .xml, .swf, .flv and others) Where I can start? In the
>>> first case, I want to upgrade the webcam layout, maybe by generating a
>>> module or block to show them horizontally or vertically aligned in the OM
>>> MainFrame.
>>>
>>> Thanks for you attention,
>>>
>>> Best Regards
>>>
>>> --
>>> Nelson Gomez
>>>
>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>
>
>
> --
> Nelson Gomez
>



-- 
WBR
Maxim aka solomax