Demo

Demostration of AudioPlayer Applet.

Description

This applet is a simple sound player which plays audio files (.au) and provides a simple GUI interface for the user.

Accomplishments

JAR top 25% Ranked top 25% in 1998 by JARS The #1 Java Review Source.

Usage/Parameters

numAudio The number of audio to display.
audio?? The audio file to be played, "audio0" is associated to the first audio file.
title?? The title of the audio file, "title0" is associated to the first audio file. (optional)

Example

Here is an example of the HTML source code for embedding this applet:

    <applet archive="AudioPlayer.jar" code="PopupAudioPlayer.class" width="50" height="25"> 
        <param name="numAudio" value="3"> 
        <param name="audio0" value="audio/DreamingOfYou.au"> 
        <param name="title0" value="Dreaming Of You"> 
        <param name="audio1" value="audio/MyHeartWillGoOn.au"> 
        <param name="title1" value="My Heart Will Go On"> 
        <param name="audio2" value="audio/TryMe.au">
        <param name="title2" value="Try Me"> 
    </applet> 

Version Updates

Version 1.1

  • Song will now be able to continuously play one after another without having to press the play button to play the next song.
  • The repeat check box, will be directed to the current song playing instead of the next song after.

Download

Download this applet now. (source code included)