Header Banner
WonderHowTo Logo
WonderHowTo
Adobe Flash
wonderhowto.mark.png
Gadget Hacks Next Reality Food Hacks Null Byte The Secret Yumiverse Invisiverse Macgyverisms Mind Hacks Mad Science Lock Picking Driverless

How to Use a microphone in Flash

Code snippet for accessing microphone and setting noise parameters.

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;

};

Apple's iOS 26 and iPadOS 26 updates are packed with new features, and you can try them before almost everyone else. First, check Gadget Hacks' list of supported iPhone and iPad models, then follow the step-by-step guide to install the iOS/iPadOS 26 beta — no paid developer account required.

Related Articles

Comments

No Comments Exist

Be the first, drop a comment!