SDK |
Documentation |
The JavaSonics Recorder Applet is a client/server solution for recording sound in a web browser, and uploading that sound to a web server. On the client side, a Java applet runs in a web browser and provides record and playback functionality. The look and feel of this applet can be customized with parameters sent to the Applet. You can also combine the Applet with an HTML FORM using JavaScript. On the server side, a script that you write receives the uploaded files. The script determines how the files are used on the server. For example, an SQL database could be used to store the uploaded sound files. In our examples, database storage and retrieval is managed by PHP scripts. Other server technologies such as Java Server Pages (JSP) or Active Server Pages (ASP) can be used instead. |