PDA

View Full Version : Problem with java links


Kingfishsj
08-01-03, 09:09 AM
Hello,
I am building a virtual home tour page using applets and java script. The page can be see at

http://www.superhometour.com/3685/3685b

Here are the problems.
1) The first 2 top links for the applets work fine (kitchen/living room, den). But the next 4 links are to still shots. I tried to use the swap image behavior in dreamweaver for the stills (onClick="MM_swapImage('outside','','kitchenstill.jpg',1)") but then the pano applet links do not work. This can be seen at
http://www.superhometour.com/3685/3685c
How can I get both sets of links to work?

2) I need the still image (home.jpg) to be the default image seen when the page opens. As seen in
http://www.superhometour.com/3685/3685c

3)What is the best way to have the images pre-load when the page opens? I tried this - onstart="MM_preloadImages, but the pano images did not preload.