JavaSonics

SDK

Documentation


Web Home

SDK Home

Docs

Test PHP

Test ASP

Test ASP.NET

Examples

Demos

Download

Purchase

Support

Forum

Login

Contact Us

Company


JavaSonics ListenUp is no longer for sale.

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.

  1. Use the "uploadFileName" Applet parameter to directly specify a file name. Note that this may cause naming collisions on the server.
  2. 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]

© 2001-2006 Mobileer, Inc.   This page is from the ListenUp SDK. You can download the SDK from here.