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
(See also 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, [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
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[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]"<[email protected]>
Subject: Re: [Laszlo-user] [Laszlo-dev]
Microphone.getEnhancedMicrophone(); throws compiler error
To: Raju Bitter<[email protected]>
Cc: Will Daniels<[email protected]>, Laszlo
<[email protected]>, laszlo-dev reporting
<[email protected]>
Message-ID:
<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<[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
- Raju
--
Kevin Meixner, Software Developer
Sarolta Technologies Inc.
Tel: 416-979-7300
Email: [email protected]
Web: www.sarolta.com