Geräusche im Netz abspielen lassen mit der Audio Box

Das wird hier allerdings nicht gehen, da Sie kein Java aktiviert haben... ;-(

AudioBox ist ein kleines Java Applet namens "AudioBox.class", das Audio - Dateien abspielt, wenn es von einer JavaScript - Funktion aufgerufen wird, beispielsweise beim Überfahren eines VerweisesPing!.

AudioBox ist eine Gratissoftware von 1Automata.

Auf englisch:

AudioBox is a small java applet that plays audio clips when called from javascript.
AudioBox is free software distributed by 1Automata


*******DISCLAIMER*******

License is hereby granted to use, modify, publish, and redistribute this code and the AudioBox applet. Use of the AudioBox applet and/or this code is at your own risk. In no event will 1Automata be held liable for any damages arising from the use or inability to use this software. This software is not intended for use in situations where injury to persons or destruction of physical property is possible. AudioBox is a component of Web Hotspots Production Studio, a professional-grade authoring application that creates multimedia imagemaps with animations, audio, and other actions in Web pages. Evaluation copies of Production Studio can be downloaded at the 1Automata Web site.

*******Haftungsausschluß*******


Auf deutsch:

Machen sie damit was sie wollen; für die Folgen sind wir nicht verantwortlich.
Machen Sie aber damit bitte nichts gefährliches damit. :-)


Besorgen läßt sich das Applet von hier:

Java Boutique, The Ultimate Java Applet Resource - das Applet mit Instruktionen (diesen)

Allesumsonst.de/java_audio - das AudiBox-applet.zip







Vorgaben für das Applet AudioBox:




<HEAD>

...

<script type="text/javascript" language="javascript1.1">
<!--
// This function tells the AudioBox applet to play a sound
function playAudioClip( sAudioURL )
{
// if ( java )
// {
document.AudioBox.playSoundtrack( sAudioURL );
// }
}
//-->
</script>

</HEAD>
<BODY>
<P>

<!-- Dieser HTML - Code lädt das kleine Audio - Applet
Für alte Netscape 3 Browser sollten die Werte auf      width="5" height="5"
gesetzt werden -->

<applet code="AudioBox.class" name="AudioBox" width="0" height="0">
<param name="ab0"  value="audio/babam.au#audio/sonar.au#">
</applet>

<P>

<!-- In einem Link wird das Applet dann aufgerufen,
z.B. durch eine solche Javascript - Anweisung -->

<A HREF="xxx.htm" onmouseover="playAudioClip('audio/sonar.au')" >XXX</A>

<P>

...

</BODY>






Press a button to play a sound. Sounds will composite when overlapped.

Important: when running within Navigator on a local computer, it may be necassary to wait one or two minutes until the status bar indicates that the java applet is running before pressing the form buttons. This problem may be fixed in Navigator 4 (testing was performed with Navigator 3).


AudioBox is distributed by 1Automata.