ImageAudio.java 
When you pass your mouse over the applet, you'll see a highlighted area and hear an audio clip. Click on the image and you'll be taken to a Web page (the URL specified in the parameters). Source is included, making this a great tool for learning Java.
Usage: Download the ImageAudio.class, cheeta1.gif and raahh.au, place them in the same directory.
Java Source: ImageAudio.java
HTML Source:
<applet code="ImageAudio.class" width=140 height=60>
<param name=image value="cheeta1.gif">
<param name=audio value="raahh.au">
<param name=X value="107">
<param name=Y value="8">
<param name=w value="22">
<param name=h value="22">
<param name=color value="16711680">
<param name=url value="http://javaboutique.internet.com/">
</applet>
Author: Kathiawadi Geetha
|