Passing custom parameters to the RecorderUploadApplet.
You can customize the RecorderUploadApplet using <param> tags inside
the <applet> tag. All tags are optional unless marked "(required)".
An example of a parameter tag is:
<param name="arrangement" value="tall">
Some of the customizable features include:
-
appearance: foreground and background colors, skin for buttons
-
audio latency, frameRate
-
audio compression formats (ADPCM, Speex)
-
audio processing, dynamic range compression, trimming of silence
-
URLs for server scripts
-
additional text fields to be uploaded with sound file
Reference Documentation
The RecorderUploadApplet is a subclass of the PlayerApplet. So please look
at both documents.
Specifying Uploaded File Name
There are two ways to specify the name of the file to be uploaded to
the server.
- Use the "uploadFileName" Applet parameter to directly specify a file name.
Note that this may cause naming collisions on the server.
-
Call sendRecordedMessage(
uploadFileName ) from JavaScript.
Note that your server script is free to ignore the specified filename and choose its own name based on a unique ID or other scheme. Click here for suggestions for naming files on the server.
[
Top]
[
Previous] [
Next]