JukeBoxApplet loads any number of audioclips, creates buttons for the start of the play of each clip and labels the buttons with audio file name. A button is enabled when corresponding clip is loaded and its gray label turns black. Play of any clip is stopped when the page with the applet is left or a play of an other clip is started. All files in this demo are au files that are voluminous and will take about 5 minutes to load with V90 modem. For fast loading use Java 2 and MIDI files.
Parameters:
"audio#" where # denotes a whole number >= 0: URL of audio file relative to applet's code base.

In Netscape Navigator 4.5x the label on a button turns black as soon as it is known, that the audio file exists and its loading starts only after the button is clicked. For explanation go to this page .

Download