Video response to getMicrophone().com
May 7th, 2009
If you have not been to getMicrophone() go check it out. It’s an initiative to have raw access to the audio stream that is coming off the getMicrophone() method; clever url!. The project is similar to the MAKE SOME NOISE initiative. All the wonderful things that we want in the player asap! Go vote on some of these feature requests so we can see this in the next player release!
Open Microphone Object in Flash Player
Acoustic Echo Cancellation support
Raw WebCam greater resolution than 320×240 ok you got me I just want this fixed too!


but we can already get greater resolution from the webcam with the setMode method? unless I am missing something…
var myWebcam = Camera.getCamera();
myWebcam.setMode(640, 480, 30);
myVideo = new Video(640, 480);
myVideo.attachCamera(myWebcam);