Hi Everyone,

I'm not back at Laszlo, but I did send some folks there an email about the
situation and I heard back today that it has been fixed!  Sounds like they
are getting their merger with CP sorted out and will be more in tune with
OpenLaszlo, etc. soon.

Take care!
Amy

>


On Wed, May 23, 2012 at 5:52 PM, Kevin Meixner <[email protected]> wrote:

> Hi Everybody,
>
> I'm not sure what is going on at the official site and who is officially
> managing OpenLaszlo, if anyone, so I'm posting this on all OpenLaszlo sites:
>
> Online Reference Guide is partially broken:
> http://jira.openlaszlo.org/**jira/browse/LPP-10190<http://jira.openlaszlo.org/jira/browse/LPP-10190>
> (See also 
> http://forum.openlaszlo.org/**showthread.php?p=48474#**post48474<http://forum.openlaszlo.org/showthread.php?p=48474#post48474>)
>
> Please fix if you have access and know how. If Amy is still around she is
> probably the best to ask imo.
>
> Thanks,
>
> Kevin
>
> On 5/23/2012 3:00 PM, 
> laszlo-user-request@**openlaszlo.org<[email protected]>wrote:
>
>> Send Laszlo-user mailing list submissions to
>>        [email protected]
>>
>> To subscribe or unsubscribe via the World Wide Web, visit
>>        
>> http://www.openlaszlo.org/**mailman/listinfo/laszlo-user<http://www.openlaszlo.org/mailman/listinfo/laszlo-user>
>> or, via email, send a message with subject or body 'help' to
>>        
>> laszlo-user-request@**openlaszlo.org<[email protected]>
>>
>> You can reach the person managing the list at
>>        laszlo-user-owner@openlaszlo.**org<[email protected]>
>>
>> When replying, please edit your Subject line so it is more specific
>> than "Re: Contents of Laszlo-user digest..."
>>
>>
>> Today's Topics:
>>
>>    1. Re: [Laszlo-dev] Microphone.**getEnhancedMicrophone(); throws
>>       compiler error ([email protected])
>>
>>
>> ------------------------------**------------------------------**
>> ----------
>>
>> Message: 1
>> Date: Wed, 23 May 2012 16:40:04 +0200
>> From: "[email protected]"<seba.**[email protected]<[email protected]>
>> >
>> Subject: Re: [Laszlo-user] [Laszlo-dev]
>>        Microphone.**getEnhancedMicrophone(); throws compiler error
>> To: Raju 
>> Bitter<r.bitter.mailinglists@**googlemail.com<[email protected]>
>> >
>> Cc: Will Daniels<[email protected]>, Laszlo
>>        <[email protected]>,   laszlo-dev reporting
>>        <[email protected]>
>> Message-ID:
>>        <CACeMiA8Am4XVreGQD7dVB58b-**ur95Km88GQweWH9CxX_hGk_nQ@**
>> mail.gmail.com<cacemia8am4xvregqd7dvb58b-ur95km88gqwewh9cxx_hgk...@mail.gmail.com>
>> >
>> Content-Type: text/plain; charset="iso-8859-1"
>>
>> Nice,
>>
>> thanks for checking this out Raju.
>> We will very soon come back to this and try it!
>>
>> Seabstian
>>
>> 2012/5/22 Raju 
>> Bitter<r.bitter.mailinglists@**googlemail.com<[email protected]>
>> >
>>
>>  Sebastian,
>>>
>>> getEnhancedMicrophone() works with the swf11 runtime, I've tried this
>>> code:
>>> <canvas debug="true">
>>>
>>>  <class name="micro">
>>>    <passthrough when="$as3">
>>>       import flash.media.Microphone;
>>>       import flash.media.**MicrophoneEnhancedOptions;
>>>    </passthrough>
>>>    <attribute name="mic" value="null" />
>>>    <handler name="oninit">
>>>       if ($swf11) {
>>>         this.mic = Microphone.**getEnhancedMicrophone();
>>>         var options:**MicrophoneEnhancedOptions =
>>> this.mic.enhancedOptions;
>>>         Debug.inspect(options);
>>>       } else if ($swf10) {
>>>         Debug.warn("No support for Microphone.**getEnhancedMicrophone()
>>> in swf10 runtime");
>>>       }
>>>    </handler>
>>>  </class>
>>>
>>>  <micro />
>>>
>>> </canvas>
>>>
>>> For anyone interested in testing the new functionality, check this
>>> Adobe article:
>>>
>>> http://www.adobe.com/devnet/**flashplayer/articles/acoustic-**
>>> echo-cancellation.html<http://www.adobe.com/devnet/flashplayer/articles/acoustic-echo-cancellation.html>
>>>
>>> - Raju
>>>
>>>
>>
>>
>
> --
> Kevin Meixner, Software Developer
> Sarolta Technologies Inc.
> Tel: 416-979-7300
> Email: [email protected]
> Web: www.sarolta.com
>
>

Reply via email to