lofty
07-17-2003, 12:15 AM
Ok, I tried to use the code given under "How do I use my own images on hover" in the javascript section. I think I've filled out the information for the code out right, but the webpage shows a gray, linkless box. There's text that shows up down at the bottom of the browser (where it normally says "Done") saying "load: class fphover not found". The only problem I can think for this problem is that I use villagephotos.com to upload pictures to, meaning that instead of "picturename.gif" I get a url to put the pictures on my website. Now I'm hoping that made sense...any suggestions? -Lofty
lefty
07-17-2003, 02:38 AM
Mind posting your code and/or the page it's on?
lofty
07-18-2003, 07:09 AM
The actual code I used is as follows:
<applet code="fphover.class" codebase="../_fpclass/" width="92" height="44">
<param name="bgcolor" value="#000000">
<param name="url" value="http://your address" valuetype="ref">
<param name="image" value="imagename1.gif" valuetype="ref">
<param name="hoverimage" value="imagename2.gif" valuetype="ref">
<param name="sound" value="yoursoundfile1.au" valuetype="ref">
<param name="hoversound" value="yoursoundfile2.au" valuetype="ref">
</applet>
I trying using the code here: http://www.geocities.com/loftyroom
It's the grey box there doing nothing. So thanks for any help and advice you can give!!! -Lofty
angelivion
07-21-2003, 09:44 AM
are you sure you have downloaded the hover classes... and uploaded them?