Java Voice Chat Applet for your Website Instructions

Sorry, the Voice Chat Applet could not be started. Please make sure that Java 1.4.2 (or later) is installed and activated. (click here to install Java now) from MultiPlayer3D.com.

Applet Instructions: Press and hold voice chat button to record message. Release to send.

Things you need to install the Java Voice Chat Applet on your website:

  1. Your website must allow PHP scripts.
  2. Download the voicechat6.zip file containing:
    1. The VoiceChat6.jar file containing the applet.
    2. The aSoundPHPuploadJava1.php page which stores and retrieves the sound files on your website for the applet.
    3. The VoiceChat4.php example page showing a simple implementation of the voice chat applet.
    4. The aVoiceChatBoardJava1.php example page for a voice message board using the voice chat applet.

Website Installation Instructions

Note: I think the aSoundPHPupload5i.php file may only work on linux websites right now. I should have a fix before too long - Doug.

  1. Unzip the voicechat6.zip file.
  2. Upload the aSoundPHPuploadJava1.php and VoiceChat6.jar files to your preferred directory on your website.
  3. You can also optionally upload the example web pages files and modify them as you like.
  4. To install the Voice Chat Applet on one of your web pages just insert the following HTML code into your webpage:

    
    <APPLET name="VoiceChat6" code="VoiceChat6.class" width="150" height="40"
    ARCHIVE="VoiceChat6.jar">
    Sorry, the Voice Chat Applet could not be started.
    Please make sure that Java 1.4.2 (or later) is installed and activated.
    (<a href="http://java.sun.com/getjava">click here to install Java now</a>)
    </APPLET>
     from <a href="http://multiplayer3d.com">MultiPlayer3D.com</a>.
    <p><i>Instructions: Press and hold voice chat button to record message.  Release to send.</i></p>
    

  5. Chat away.

Things you need for the Voice Chat Applet to work in a web browser:

  1. The standard Java browser plug-in (most web browsers have this built in)
  2. Microphone
  3. Speakers (or headset)
  4. Say yes to the permissions/trust dialog box (need access to the microphone)

If you want to use the Voice Chat Applet when your web page is not in the same directory as the jar file and PHP file:

  1. Install the jar and aSoundPHPuploadJava1.php file in the web page's directory, or
  2. Modify the ARCHIVE="VoiceChat6.jar"> line to take into account where the directory is
  3. For example if the web page is at http://multiplayer3d.com/mydirectory/index.php and the jar and PHP file are at http://multiplayer3d.com/ then change the ARCHIVE line to:

    ARCHIVE="mydirectory/VoiceChat6.jar">
    

  4. Another example: if the web page is at http://multiplayer3d.com/shockwave/ and your webpage is at http:://multiplayer3d.com/voicechat/

    ARCHIVE="../shockwave/VoiceChat6.jar">
    

Note: I haven't actually tested the above example fixes yet, so let me know if they don't work yet.

6/20/2009 Note: Fixed sound quality issue - Doug

6/28/2009 Note: Fixed issue with applet not quiting when changing web pages - Doug

6/28/2009 Note: Wrote these instructions - Doug


Send feedback to doug@multiplayer3d.com