Passing NetStream object to ASP.NET form

mentalhard

Well-known member
Joined
Aug 7, 2006
Messages
123
Programming Experience
Beginner
I was wondering how do i send ActionScript NetStream object to ASP.NET page/form.

What i want is actually recording sound using a microphone and then send the result to the Windows server (any format/extension is acceptable).

I found that actually sound cannot be recorded on the client side (Adobe Flash) but, rather you can only set up a small buffer by using NetStream object and finally publish the stream to the server. But, for one Flash n00b like me it's very confusing.

Thanks :)
 
Back
Top