microphone input meter -- how? 2004-03-05 - By Jesse Warden
Back The movie clip that is a 100 frame animation. This will show when level your mic is at. Since the range is 0 to 100, a 100 frame movie clip does this nicely. Low volume (5) = low animation point (frame 5), etc.
-- --Original Message-- -- From: Ed@(protected) [mailto:Ed@(protected)] Sent: Friday, March 05, 2004 01:24 PM To: flashnewbie@(protected) Subject: RE: [Flashnewbie] microphone input meter -- how?
On Fri, 5 Mar 2004, Jesse Warden wrote:
> - 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"
Put what on stage?
Thanks for the guidance.
Ed
> > 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) > > >
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ 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)
|
|