Image Audio


Click on the button to hear a sound


Author: Our Java Collection


This apple allows you to add a sound to your images using any au file. To add this feature to your page, follow the directions below.


1. Download ImageAudio.class and load it in your home page directory.

2. Load your au file in your home page directory.

3. Copy and paste the html code below on your page.

4. Make the necessary changes to the html code.


<applet codebase="Your page directory here" code="ImageAudio.class" width=86 height=33> <param name="force_click" value="1"> <param name="image" value="Your image directory.gif"> <param name="audio" value="Your audio file.au"></applet>


Back to Applets pg 2!