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 emoji, enhanced security, podcast transcripts, Apple Cash virtual numbers, and other useful features. There are even new additions hidden within Safari. Find out what's new and changed on your iPhone with the iOS 17.4 update.

1 Comment

Share Your Thoughts

  • Hot
  • Latest