OLEFA Sound Recorder - integration into your website
Example Code to integrate the OLEFA SoundRecorder
I simply post here an example html-file that you can use to test the OLEFA SoundRecorder. I will first post the whole code block, and after that, I will explain the single parameters.
More information about the different licenses and prices can be found on www3.s3.olefa.com/cgi-bin/olefa?com=0O0O0O1O6O0O0.
Here is the html file:
<html> <head> <title>JRecordtest</title> </head>
<body bgcolor="#804000">
<h1>OLEFA - Audiomodul</h1>
<applet name="Player" code="lu.educdesign.audio.gui.JRecordApplet" archive="jrecord.jar" width="500" height="150">
<param name="license" value="YOUR LICENSE TYPE"> <param name="label" value="YOUR LABEL">
<param name="language" value="de"> <param name="button-order" value="ORPSFU">
<param name="background-color" value="#FF8000">
<param name="graphical-info_enabled" value="true"> <param name="graphical-info_height" value="20"> <param name="graphical-info_foreground-color" value="#800000"> <param name="graphical-info_background-color" value="#FF8000">
<param name="timer_enabled" value="true"> <param name="timer_text-color" value="#800000">
<param name="recording_samplerate" value="22050"> <param name="recording_encoding" value="speex">
<!-- parameters for transmission --> <param name="action" value="URL">
<param name="type" value="TYPE"> <param name="dir" value="DIR"> <param name="sid" value="SID"> <param name="username" value="USERNAME"> <param name="password" value="PASSWORD">
</applet> </body> </html>
Page 1 of 8 [ next page ]
|