Obrigado.
Pessoal agora vai...com mais encremento ainda.....fluxo de som....
testem primeiro...se não funfar Postem ai......http://www.wpawebcan.cjb.net/
estou deixando os arquivos aki...em ZIP E RAR.....Stage.scaleMode = "noscale"; Stage.showMenu = (false); captura=Camera.get(); area.attachVideo(captura); captura.setMode(220,140,30); cor=new Color(detecta); function ativo(resposta){ if (resposta==true){ cor.setRGB(0x00FF00); status_txt.text="Detectando Movimento"; } if (resposta==false){ cor.setRGB(0xFF0000); status_txt.text="Parado"; } } captura.setMotionLevel(30,500); captura.onActivity=function(resposta){ ativo(resposta); } mic=Microphone.get(); this.attachAudio(mic); mic.setGain(30); eventoaudio.onEnterFrame=function(){ if(mic.activityLevel>=50){ eventoaudio.nextFrame(); } if(mic.activityLevel<50){ eventoaudio.prevFrame(); } } mic=Microphone.get(); this.attachAudio(mic);