Audio Recording in web browser

Some customers ask how to do recording in web browser (IE) with Active Audio Record component.  It is quite doable since Active Audio Record is implemented as an ActiveX object and supports scripting. IE has well support for ActiveX via java script or VB script.

We have provided html demo that shows how to create the record object and start/stop recording in IE. See details in the demo version. (DemoVBScripttest.htm)

Some people asked if it is possible to record audio on client computer in ASP.Net. Well, this may be a misunderstood concept. ASP.Net is server script, which means the script is running on server. To record the audio on client side, the audio recording component has to run on the client side. This is the way our demo shows.

When recording is finished, the audio file can be uploaded to server by HTTP PUT.