In fact,I want to compile it by openlaszlo's compiler such as 
"openlaszlo-5.0.x"(A webapp deployed in tomcat).
Access http://localhost:8080/openlaszlo-5.0.x/swf10/main.as3.lzx  to  compile.
I compiled "main.lzx" success.But I have trouble in compiling "main.as3.lzx".

Thanks for your help.




[email protected]
 
From: Maxim Solodovnik
Date: 2014-10-10 14:39
To: dev
Subject: Re: How to compile openmeeting's client "main.as3.lzx" by openlaszlo 
compiler
you should run "ant client.only" to compile flash client
 
On 10 October 2014 13:35, [email protected] <[email protected]> wrote:
 
> Hello sir:
>      I'm researching the openmeetings,at the same time to learn openlaszlo
> to do this.But I have trouble in compiling client "main.as3.lzx".
> see errors:
> The application could not be compiled due to the following errors:
> Compilation Errors
> org.openlaszlo.sc.CompilerError: base/remote/baseVideoStream.lzx: 237:
> Error: Call to a possibly undefined method H264VideoStreamSettings, in
> line: videoStreamSettings_$4 = new H264VideoStreamSettings();
> base/remote/baseVideoStream.lzx: 237: Error: Access of undefined property
> H264Profile, in line:
> videoStreamSettings_$4.setProfileLevel(H264Profile.BASELINE,
> H264Level.LEVEL_5_1)
> base/remote/baseVideoStream.lzx: 237: Error: Access of undefined property
> H264Level, in line:
> videoStreamSettings_$4.setProfileLevel(H264Profile.BASELINE,
> H264Level.LEVEL_5_1)
> base/remote/baseVideoStream.lzx: 239: Error: Call to a possibly undefined
> method VideoStreamSettings, in line: videoStreamSettings_$4 = new
> VideoStreamSettings()
> video/editRecordStreamSWF10.lzx: 256: Error: Call to a possibly undefined
> method getEnhancedMicrophone through a reference with static type Class, in
> line: _micro_$1 = canvas.echoPath == 0 ?
> Microphone.getMicrophone(valMic_$0) :
> Microphone.getEnhancedMicrophone(valMic_$0);
> video/editRecordStreamSWF10.lzx: 260: Error: Type was not found or was not
> a compile-time constant: MicrophoneEnhancedOptions, in line: var
> options_$2:MicrophoneEnhancedOptions = new MicrophoneEnhancedOptions();
> video/editRecordStreamSWF10.lzx: 260: Error: Call to a possibly undefined
> method MicrophoneEnhancedOptions, in line: var
> options_$2:MicrophoneEnhancedOptions = new MicrophoneEnhancedOptions();
> video/editRecordStreamSWF10.lzx: 260: Error: Access of undefined property
> MicrophoneEnhancedMode, in line: options_$2.mode =
> MicrophoneEnhancedMode.FULL_DUPLEX;
> video/editRecordStreamSWF10.lzx: 84: Error: Definition
> flash.media:MicrophoneEnhancedMode could not be found, in line: import
> flash.media.MicrophoneEnhancedMode;
> video/editRecordStreamSWF10.lzx: 84: Error: Definition
> flash.media:MicrophoneEnhancedOptions could not be found, in line: import
> flash.media.MicrophoneEnhancedOptions;
> I cannot compile "main.as3.lzx" even though using the "openlaszlo-5.0.x".
> I think "main.as3.lzx" should named "main.as3.swf11.swf" after
> compiling,this makes me very strange.
> There is no swf11 compiler.Errors tell me there were many class or object
> is undefined,such
> asH264VideoStreamSettings,H264Profile,H264Level,MicrophoneEnhancedOptions,flash.media:MicrophoneEnhancedMode
> and so on.
> It seems to be related to actionscript3...
> In fact ,I just want running the openmeeting's client by proxied instead
> of SOLO(SWF)
> Thanks for you help.
>
>
>       Sincerely yours
>
>
>       Zhang YeZeng
>
>
> [email protected]
>
 
 
 
-- 
WBR
Maxim aka solomax

Reply via email to