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;
};
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;
};
Comments
No Comments Exist
Be the first, drop a comment!