Expand my Community achievements bar.

SOLVED

Error #1014: Class flash.media::MicrophoneEnhancedOptions could not be found.

Avatar

Level 2

Hi,

  • I'm trying to build a mobile app, that is using a webcam, text/audio chat. The web cam and the text chat is working fine with me, I even tried the whiteboard and it was working. Once I tried to add the Audio part I got this error:

          "Error #1014: Class flash.media::MicrophoneEnhancedOptions could not be found.

          at com.adobe.rtc.clientManagers::MicrophoneManager/get selectedMic()[/Users/smagee/flashfarm/connect/cocomomobile/src/com/adobe/rtc/clientManagers/MicrophoneManager.as:169]...."

I tried several swc file but still getting the same error. Any help or tips how to solve this issue?

  • Is there a Mobile SDK version will be release soon?

Many thanks

Suha

1 Accepted Solution

Avatar

Correct answer by
Level 3

Hi, Suha

As the release notes state, you must be compiling to AIR 2.7. I believe that

the error you are seeing is a result of targeting AIR 2.6.

Please see the instructions helpfully provided here:

http://forums.adobe.com/message/3847495#3847495

(also note that you must add the following to your Flex Compiler settings:

-swf-version=12

Thanks

sasha

View solution in original post

2 Replies

Avatar

Correct answer by
Level 3

Hi, Suha

As the release notes state, you must be compiling to AIR 2.7. I believe that

the error you are seeing is a result of targeting AIR 2.6.

Please see the instructions helpfully provided here:

http://forums.adobe.com/message/3847495#3847495

(also note that you must add the following to your Flex Compiler settings:

-swf-version=12

Thanks

sasha

Avatar

Level 2

Thank you Sasha,

Yes it worked. I thought that I did download adobe air 2.7, but it seems that I was missing the steps "how to target Air 2.7"

Thanks

Suha