Hi folks,
I was curious if anyone knows of any experiments or API’s out there that would allow a user to control flash interaction/display etc…via voice or sound commands in realtime with their cell phone?
Let me know. Any help is greatly appreciated. 
The short answer is probably no. You could conceivably use the activity level of the mic in AS to control a cursor as per this example:
However, the Microphone object may not be available in Flashlite (the version of Flash that’s geared towards mobile phones). Besides which, encouraging people to bellow even louder into their mobile phone probably isn’t the best idea in the world!
it should be though… another thing I have no idea how to code
Hi glosrfc.
Let me see if I can clarify.
Ideally looking to build an online experience where site visitors would blow into handset and in return, invoke some sort of animation on the site in realtime simulating the experience of say “blowing out a candle.” - that harder and more one blows, the faster the animation occurs and so on.
Does this help clear up my question and intent? Still don’t think it’s possible?
Yes, that’s entirely possible using code almost identical to the link I posted. Instead of changing the _x position of the movieclip you could change the _x and _y scales of, for example, a flame movieclip.
However I’m pretty sure that you can’t access the Microphone object with Flashlite 1.0 or 2.0 so a cell phone is out of the question. Flash Lite 3.0 might be doable though
OK, cool…
I guess I’m just not clear on why we necesarily have to use flashlit on the mobile device and not just use a webservice of some sorts to pass the variables to the website?
Do you know of any such services? I’m aware of oddcast’s Text-to-speech products and such but not certain this capacity would be doable with there tool sets.
Thanks again for your help.
Here’s a useful tut:
http://www.kirupa.com/developer/actionscript/microphone.htm
The reason for Flash Lite is because the processing capabilities of most mobiles is much lower than that of PCs.
Ok, thanks again. I will look into this and flash lite further.