ActionScript 3.0 :: Display Microphone Activity In A "cool" Way

Dec 16, 2008

I have a flash audio recorder in AS3 and I can detect the microphone activity level at anytime I want. I wanted to know if there are tutorials on producing "cool" ways to show microphone activity as users record/speak into the microphone? I wanted something simple!

I am hoping just to have one single line that moves up in a "squiggly" way to show sound, but I will try to attempt this after the tutorials, so I would be grateful for links since I couldn't yield anything from a 30min google fest!

View 3 Replies


Similar Posts:


Media Server :: Microphone Activity Level At -1 Even Though Microphone.getMicrophone() Is Called, Why?

Oct 7, 2009

I'm setting up an application where I need to record users' voice every so often during the course of the users' interaction with the application.  Recording is fine, and the quality is fine, but now my issue is understandng how Flash handles the microphone when it gets attached to a stream for publishing.Basically, the problem is that when I "publish" my stream, the voice gets cut off (clipped) at the beginning.  So, I initially thought this may have to do with buffer settings on the FMS server side, but it wasn't. Then I investigated client side stuff.  For some reason, my internal mic .activityLevel property is -1 even though I have called Microphone.getMicrophone().  According to Flash's documentation, this shouldn't be the case:
 
activityLevel    propertyactivityLevel:Number  [read-only]Language Version :     ActionScript 3.0Player Version :     Flash Player 9The amount of sound the microphone is detecting. Values range from 0 (no sound is detected) to 100 (very loud sound is detected). The value of this property can help you determine a good value to pass to the Microphone.setSilenceLevel() method.If the microphone is available but is not yet being used because Microphone.getMicrophone() has not been called, this property is set to -1.I am using a timer to investigate the microphone .activityLevel property every 50 milliseconds:
 
package
{
import fl.controls.Button;
import fl.controls.TextInput;[code].....

View 1 Replies

Flex :: Detect Activity Level Of Microphone?

May 23, 2010

I have to detect avtivityLevel of microphone in Flex. I am using the activityLevel property of Microphone class but as I found out it always return -1 even if I have done Microphone.getMicrophone(). To detect activity level we have to set microphone.setLoopback = true;

how to do this without using loop back as I do not want to hear my sound back just monitor the activity level

View 1 Replies

Flex :: Detect The Microphone Activity Level

Apr 7, 2011

i am trying to detect the microphone activity level. In windows XP, it's returing the activity level. But in windows vista, even if the mic is not connected it's returning an activity level. has anyone come across like this.what is the problem?

View 1 Replies

Flex :: Finding Code Which Indicates A Progress Bar When There Is Activity On Microphone?

Dec 27, 2010

Any microphone action script code which indicates a progress bar when there is activity on microphone

View 1 Replies

Cool Sites And Menus And Everything?

Mar 27, 2009

I found this site. It has a lot of cool usefull stuff, plus you can put on your own stuff and sell it.

View 1 Replies

Make Cool Transitions Between The Pages?

Apr 8, 2010

In "flash website templates" we see some amazing transition effects between the pages, I wonder how they do it? Are they made of flash? or those effects are created in some other application like "after-Effect"? or are there any special tween engine to make effects?I have been searching for a while...but still confused and looking for guidance.

View 2 Replies

ActionScript 2.0 :: Any Ideas For A Cool Effect?

Oct 6, 2006

i attach a image on what i must make..but i have like a blackout.. so i hoped u can inspire me for some cool effect?please if so help me also to the code? or at least a demo code so i can make me own?

View 4 Replies

IDE :: Cool Dynamic Text Effect?

Oct 31, 2009

some web page with cool dynamic text effects, better with tutorials.

View 3 Replies

ActionScript 3.0 :: Create A COOL Entrance Page?

Sep 8, 2009

so i have a project where i will be making a website. I will be using flash to make it interactive and visually appealing. I found a website with a really cool entrance page, iew it n't really know much about the action script language so be as precise and clear

View 1 Replies

Make A Cool Homepage Content Slideshow?

Oct 25, 2010

How to make a cool homepage content slideshow like this one[url]...

View 2 Replies

ActionScript 3.0 :: Create The Cool Effect At Site?

Feb 27, 2011

what was done to create the cool effect at this site? [URL]..When the links on the left are rolled-over an image appears in a small window that follows the cursor. Very cool.
 
I was hoping to learn how to do that, myself, but can't figure it out. No need for a step-by-step tutorial, just a word or two to point me in the right direction.

View 3 Replies

ActionScript 3.0 :: Cool Animated Line Drawing?

Jan 31, 2008

so maybe this animation is not that cool. But line 'draw-on's like this are quite common and I cannot find an easy way to do this in flash. I have tried masks, but (as far as I can tell) the line path is too complex for a mask. I have tried animating it using shape hints, but flash just gets hopeless confused as to how I want the line to animate on. I could export this as an swf out of AfterEffects, but the file size seems way too big for what the animation is. I have begun to realize that maybe this type of animation is often achieved using actionscript.

View 8 Replies

ActionScript 2.0 :: Resources For Cool Flash Websites?

May 21, 2010

Can anyone recommend some good flash website resource sites like [url].....

View 0 Replies

Actionscript 3.0 :: Inspirational/Cool Portfolio Sites?

Jan 18, 2010

any cool inspirational portfolio sites?

View 1 Replies

ActionScript 2.0 :: Cool Oldskool Image Effect

Jul 29, 2004

Does anyone know how to make this cool image effect its on the title screen to this game (megaman vs ghosts goblins)url...

View 2 Replies

ActionScript 2.0 :: Cool Size Change Effect?

Mar 21, 2005

How do I create a cool effect where when I click on a menu item, the layout chages size according to the size of the content on the page.

[URL].. is a perfect example of this. How did he do it? Actionscript or just transitions?

This is such a cool effect, how do I do it?

View 3 Replies

ActionScript 2.0 :: Cool Decompiling Text Effect?

Mar 27, 2006

I have the following code but it only works when published for flash 6 and I need it to work for flash 8.Ive tried to tweak it but cant get it to work.I think it would be best if I could make a function out of it - ie:call the function like:myTextbox.textEffect("this is some decoding text");My actionscript is coming along but Im still learning.

Code:
myString = "this is some decoding text";
charDisplay = myString.length;

[code].....

View 4 Replies

ActionScript 3.0 :: Image Tiling And Cool Effects?

Jul 24, 2006

I am working on an as3 slideshow class and I came across a blog post that gave me the idea to use better transitions than the sliding out and fading I originally intended to use. [URL]The source for that class is available and it is a good starting point but I wanted to check and see if anyone know of similar projects that had more effects. Right now I just have the random explode effect from the above link and before I start working on effects I wanted to see what was out there.

View 1 Replies

ActionScript 2.0 :: Dynamic Menus With Cool Effects?

Dec 13, 2006

I am having trouble working out exactly what is happening behind the scenes when dynamic menus/ submenus get displayed with some effect.I am able to read in an xml file, create a menu, and display submenus with the use of a rollover event. The submenus appear immediately, all at once. However i would like the submenu items to appear with some effect.The "models" button in the top left corner has the features i want.1. With a mouse over i want a menu to appear. The first submenu item to be appear is the last on the list.2. when the mouse drifts off the list, the submenu retracts in the same order it appeared

View 7 Replies

ActionScript 2.0 :: How To Create Cool Rain Effect

Aug 3, 2007

I'm using the following code to create a very cool rain effect. Problem is, I only want the rain to last about 10 seconds, then I'd like it to fade away. I can get the background to fade, but the raindrops still appear. How I can accomplish this?

Code:
for (i = 0; i < 50; i++) {
var newDrop = mcRaindrop.duplicateMovieClip ("mcRaindrop" + i, i);
newDrop._x = random (350);
newDrop._y = random (20);
newDrop._xscale = random (100);
[Code] .....

View 1 Replies

ActionScript 3.0 :: Cool Drag Effect For MovieClip

May 17, 2011

I was taking a look at this site [URL] and really liked the drag functionality to navigate. You can drag up down, left and right. I wanted to try and get the same effect. I would assume creating one big movieclip and adding the drag functionality to that. My concern is that it might not be optimized. Do you think I will need to load content on the fly? Or do you think I will be able to load everything in the initial load and keep it running from there? If there is a specific name for this effect?

View 12 Replies

ActionScript 2.0 :: How To Make This Cool Image Effect

Jul 29, 2004

Does anyone know how to make this cool image effect its on the title screen to this game (megaman vs ghosts goblins[URL]

View 2 Replies

ActionScript 2.0 :: Emulate Cool Spinning Effect?

Apr 23, 2005

[URL] creating this cool spinning effect RCA uses for their buttons?

View 1 Replies

ActionScript 3.0 :: Movie Reset After No Activity

Aug 14, 2009

im making an image recignition app. for a kiosk and im trying to figure out a way to make the movie start over if it hasnt been touched after a certain amount of time. i tried to use a timer class but it doesnt seem to be working the way i want it to.

View 1 Replies

Professional :: Writing Activity To A Log File?

Jan 14, 2010

Anyone know of any code I can add to my project to keep a log of how many times a button is pressed? Ideally it would write to the disk with date/time stamp.

View 1 Replies

ActionScript 3.0 :: Flash - No Mic Activity With SetLoopBack

May 29, 2010

Why setloopback needs to be set to true for microphone activity to be detected. The problem is the echo feedback when using a macbook with a built in mic. Right now I'm experimenting with toggling gain, depending on activity to simulate echo reduction. Not optimal though.

View 1 Replies

Actionscript 3 :: Flash - Get All Network Activity?

Mar 6, 2012

Is there a way within ActionScript 3.0 to:

Get all URLRequests() that are made within the application?
Get all RTMP:// connections to a Flash Media server?

Since my application contains SWC files which were compiled by another developer, I cannot directly access the ActionScript which creates the URL requests and RTMP connections.

View 1 Replies

ActionScript 2.0 :: Reset/Stop All Activity?

Jan 14, 2006

I have created an application in Flash and in the first frame u enter a number of parameters for the application. Then you press start and it continuose to the second frame. Here is all my code and mc.

Now I have created a RESET button and when it is pressed. I want all the functions, variables to be deleted i.e. nothing should happen.'

My first attempt was to just tell the main timeline to go to frame 1 (which is empty, only the textboxes with the param. are there), and i thought that all running functions from frame 2 would just stop. But they dont.

So how can i stop/reset all activity, cause i dont want to close the app. each time i would like to enter new values?

View 3 Replies

IDE :: Create A Drag And Drop Activity?

Mar 13, 2010

I have a flash project on the solar system. I created a drag and drop activity, dropping pictures near in the correct place/next to the correct name.

Everything is working perfectly but when I return to the home scene, the pictures are still being displayed from the acitivity even though they are on a different scene... they go away if I navigate through to different places.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved