How To: Use a microphone in Flash

Use a microphone in Flash

This tutorial will teach you how to make a simple Flash app that uses the microphon using the ActionScript code:

m = Microphone.get();
attachAudio(m);
m.setUseEchoSuppression(false);
onEnterFrame = function () {
box._x+=m.activityLevel/25;
};

Just updated your iPhone to iOS 18? You'll find a ton of hot new features for some of your most-used Apple apps. Dive in and see for yourself:

1 Comment

Share Your Thoughts

  • Hot
  • Latest