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? You'll find new Apple Intelligence capabilities, sudoku puzzles, Camera Control enhancements, volume control limits, layered Voice Memo recordings, and other useful features. Find out what's new and changed on your iPhone with the iOS 18.2 update.

1 Comment

Share Your Thoughts

  • Hot
  • Latest