Dims
Dims

Reputation: 51059

Is Microphone class supported on any Android?

I saw a lot of issues about using Microphone in Flash on Android on the Internet.

But my own flash applet does not work, saying "mic not detected". Also there is a note in AS3 reference, that Microphone class is not supported on any mobile device.

Where is the truth?

Upvotes: 2

Views: 1157

Answers (1)

TheSHEEEP
TheSHEEEP

Reputation: 3132

It defintely works with AIR on Android, if you create *.apk files. You just need to set the manifest file to allow microphone access. See here.

Edit:

Silly me, this is about online. Well, if it says in the official Adobe refernce that this does not work, then I fear it really does not.

Upvotes: 2

Related Questions