Demo

Demostration of KissIdol Applet.

Description

This applet allows you to kiss an idol which is selected from the drop down menu at the bottom. The kissing is done when the mouse is press when it's on top of the image. There are two choices for kissing: the men's lips or the women's lips which are selected from the radio buttons from the top. The women's lips will leave a lipstick mark on the image while the men's lips won't. There will also be a kissing sound played when the idol is being kissed.

Usage/Parameters

womenLips The image of a women's lips.
menLips The image of a men's lips.
kissSnd The audio file for the kissing sound.
nIdols The number of pictures that can be selected.
image?? The image to be shown to be kissed, "image0" is the first one.
name?? The name of the image in the drop down menu "name0" is the first one.

Example

Here is an example of the HTML source code for embedding this applet:

    <applet archive="KissIdol.jar" code="KissIdol.class" width="200" height="283">    
        <param name="womenLips" value="images/womenlips.gif"> 
	<param name="menLips" value="images/menlips.gif"> 
	<param name="kissSnd" value="audio/kiss.au">    
	<param name="nIdols" value="3"> 
	<param name="image0" value="images/amandalee.jpg">    
	<param name="name0" value="Amanda Lee"> 
	<param name="image1" value="images/charlieyeung.jpg">    
	<param name="name1" value="Charlie Yeung"> 
	<param name="image2" value="images/fayewong.jpg">    
	<param name="name2" value="Faye Wong"> 
    </applet> 

Version Updates

Version 1.1

  • Made the selection for lips to be a radio button instead of drop down menu.

Version 1.2

  • Made the applet compatible with web browsers which only support Java 1.0.

Version 1.3

  • Made the applet so that the entire address doesn't have to be entered when having references to a URL.

Download

Download this applet now. (source code included)