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#codecThere are numerous new properties on the mic class, and even the latest flex
sdk doesn't have them available.
Any ideas?
Thanks