InstantAudio Player
Male voice test
·
Female voice test
STOP!
Male voice test
·
Female voice test
Supports all browsers with Java
All browsers with Sun Plugin (Internet Explorer, Netscape 6+, Opera)
Internet Explorer with Microsoft Java VM
Netscape 4 with Netscape Java VM
Supports the Windows GSM 6.10 8k Hz audio format
Small - 33k CAB & 41k JAR
Supports display of a background image.
Background color and control button color are modifiable.
Notes:
The two control buttons are always rendered on the bottom right of the applet.
Example Source:
<HTML>
<BODY>
<APPLET CODE="instantaudio.Player" NAME="instantaudio" WIDTH="250" HEIGHT="23">
<PARAM NAME="archive" VALUE="instantaudio.jar">
<PARAM NAME="cabbase" VALUE="instantaudio.cab">
</APPLET>
<P></P>
<A HREF="javascript:document.instantaudio.playAudio('male.wav')">Male voice test</A>
<A HREF="javascript:document.instantaudio.playAudio('female.wav')">Female voice test</A>
</BODY>
</HTML>
This example includes the following files:
index.html - this Document
instantaudio.cab - The Java archive file necessary for Internet Explorer
instantaudio.jar - The Java archive file necessary for Netscape and others
male.wav
female.wav