PDA

View Full Version : Java Applet...


Lem
07-04-2001, 06:06 PM
Ok I have a problem here,

This is the code in my HTMl page

<applet code=Lake.class id=Lake width=392 height=380 >
<param name=image value="dusk.gif">
<param name=overlay value="map.gif" border="0">
</applet>
(of course It already works how it is)

NOW, Ok heres my problem, how do I tell the
<param name=overlay value="map.gif" border="0"> line to work as an image map?

I have it at www.chrem.com (I want it to be my entrance page with an image map)

OR could I make the applet run as the background,
and use a transparant imagemap?

Thanks For Any Help!!!

Lem
07-04-2001, 06:12 PM
Oops I Forgot it would use it like normal html page :)

Here It Is


applet code=Lake.class id=Lake width=392 height=380>
param name=image value="dusk.gif">
param name=overlay value="" border="0">
/applet>

(took off all the beginning "<"s)

Lem
07-04-2001, 06:14 PM
Lol I forgot to fix the other line:)


this is what I want to work as an imagemap

param name=image value="dusk.gif">

(took off the beginning "<"

Lem
07-04-2001, 06:58 PM
Hey Does Anyone know why the image is blinking on my page?
www.chrem.com
(the same image im' talking about up just another question :)