Deploy Audio record in web page

Our audio record component can be used in web page via javascript or vbscript.

This allows developers to build online recording application by recording the audio on clients’ computer and uploading the audio file to servers. See more http://www.guangmingsoft.net/wordpress/index.php/153/record-audio-and-upload/

One question is how to deploy audio record to client’s computer. Audio record component is based on ActiveX. Tradional way is to make a CAB file so web browser can download and install it.

But nowadays, ActiveX downloading and installing is not automatical way now as IE will always prompt dilaog for user to confirm installing those ActiveX files.

So another choice is to build a setup package and ask your user to install it before doing record. Setup can be built with the free InnoSetup builder.