Mailing List
Home
Forum Home
Flash Pro
Subjects
Subject: RE: Firework Effect
Web Service Results
Flash Interface with 10mb xml file
AW: [Flashcoders] Switch/Case vs If/else
AW: [Flashcoders] Switch/Case vs If/else
Flash MX 2004 Sucks
Reading and displaying RSS feeds in Flash MX
Flash and QuickTime VR
Textfield prototype question
XML to Object help
Order of events per frame
MX2004 Dataset itemClassName
memory management removeMovieClip /
Event Dispatcher between classes
Help: MX 2004 How to script a print button to print the entire sli
ScrollPane component doesn 't auto update
setInterval bug identified and fixed
setInterval bug identified and fixed
Listener Object 's best practice
 
microphone input meter -- how?

microphone input meter -- how?

2004-03-05       - By Jesse Warden

 Back
Reply:     1     2     3     4     5     6     7  

- make a movie clip that has a 100 frame aniamtion; usually just a bar
moving
- put a stop(); on frame 1
- put on stage, name "gain_mc"

mic = Microphone.get();
function onEnterFrame()
  gain_mc.gotoAndStop(mic.activityLevel);
}

Don't have a mic here, but believe that is it.


-- --Original Message-- --
From: Ed@(protected) [mailto:Ed@(protected)]
Sent: Friday, March 05, 2004 12:47 PM
To: flashnewbie@(protected)
Subject: [Flashnewbie] microphone input meter -- how?


Hi I saw something that I liked, in this voice chat app:

http://voicechat.softrp.net

What I liked is the microphone input meter beside the talk button, which
simply shows the level of input from the microphone while the talk butotn is
pressed.  I figure there must be a component to do that, but I have searched
some and haven't found one.  Is there an easy way to do that (or a component
that I don't know about)?  I'm using Flash MX Professional 2004 but
publishing to Flash Player 6, with Action 1.0.

Thanks,

Ed



-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
Supported by Fig Leaf Software
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
Lower Prices for Certified Training! Check out new lower prices for
Certified Macromedia Training from Fig Leaf Software. Expand your skill set
with courses in ColdFusion, Flash, Rich Internet Applications and .NET in
the new year.  Fig Leaf Software provides
the highest caliber instruction at our training centers in Washington  
D.C., Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your
location.

Get the details at http://training.figleaf.com/
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
To unsubscribe, e-mail: flashnewbie-unsubscribe@(protected)
For additional commands, e-mail: flashnewbie-help@(protected)


-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
Supported by Fig Leaf Software
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
Lower Prices for Certified Training! Check out new lower prices for
Certified Macromedia Training from Fig Leaf Software. Expand your
skill set with courses in ColdFusion, Flash, Rich Internet
Applications and .NET in the new year.  Fig Leaf Software provides
the highest caliber instruction at our training centers in Washington  
D.C., Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at
your location.

Get the details at http://training.figleaf.com/
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
To unsubscribe, e-mail: flashnewbie-unsubscribe@(protected)
For additional commands, e-mail: flashnewbie-help@(protected)