JavaSonics

SDK

ListenUp Example


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.

How to Request State Changes from the ListenUp Applet

You can use JavaScript to respond to events in the ListenUp program. For example, you could print "Thank you" when they finish recording.

First you need to add this parameter to your APPLET tag:

<param name="requestStateChanges" value="yes">

This will cause ListenUp to call a JavaScript function with the following API:

function LUPJS_StateChanged( previousState, newState )

You will need to write that function. Please "View Source" for this page to see how it was done for this example.

Please wait for Applet to Initialize

____________________state__________________________

For more information on using JavaScript with ListenUp click here.

See more examples.


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