new Microphone API's in Flash CS4 / Flash 10 missing?

View: New views
2 Messages — Rating Filter:   Alert me  

new Microphone API's in Flash CS4 / Flash 10 missing?

by aaron smith-9 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hey All,

Why does the Microphone class have documented api's, but yet when compiling
in flash cs4 they aren't available.

Microphone.getMicrophone().codec = SoundCodec.SPEEX;   //SoundCodec isn't
found, and it complains that "codec" isn't a property. But it's clearly
reference in the documentation.

http://help.adobe.com/en_US/AS3LCR/Flash_10.0/flash/media/Microphone.html#codec

There are numerous new properties on the mic class, and even the latest flex
sdk doesn't have them available.

Any ideas?

Thanks

Re: new Microphone API's in Flash CS4 / Flash 10 missing?

by aaron smith-9 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

nevermind. I found what was wrong. senior moment.

On Fri, Nov 6, 2009 at 3:14 PM, aaron smith <beingthexemplarylists@...
> wrote:

> Hey All,
>
> Why does the Microphone class have documented api's, but yet when compiling
> in flash cs4 they aren't available.
>
> Microphone.getMicrophone().codec = SoundCodec.SPEEX;   //SoundCodec isn't
> found, and it complains that "codec" isn't a property. But it's clearly
> reference in the documentation.
>
>
> http://help.adobe.com/en_US/AS3LCR/Flash_10.0/flash/media/Microphone.html#codec
>
> There are numerous new properties on the mic class, and even the latest
> flex sdk doesn't have them available.
>
> Any ideas?
>
> Thanks
>