How to Use a microphone in Flash

Mar 7, 2008 07:19 PM
634753413699183029.jpg

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;

};

Related Articles

635155337783423401.jpg

How to Create a Realistic Water Rippling Effect on a Static Image Using Masking in Adobe Flash

How Do We Create Shoshkele Banner in Flash?

Comments

No Comments Exist

Be the first, drop a comment!