Hi

I have this html page in the same directory as the ilookpano.zip file as well as the int.caddy.jpg, why is it not working? I would be most gratefull if some one can help.

I found this applet on someone else's site and just downloaded the .zip file which has all the code in and the .jpg.


Why is this not able to work:


<applet name="ilookpano" code="ilookpano.class" codebase="" mayscript="true" width="390" height="264" archive="">
<param name="initialview" value="358.70, 0.00, 0.63">
<param name="filename" value="int.caddy.jpg">
<param name="splash" value="int.splash.gif">
<param name="toolbar" value="360viewtoolbar.gif">
<param name="backgroundcolor" value="FFFFFF">
<param name="progressfillcolor" value="003366">
</applet>

Thanks
Bill

Recommended Answers

All 2 Replies

Did you unZIP the files? There should be a ilookpano.class in there.

Thanks jerbo for your help, but I got it working. I just played aound with pointing a . in codebase="" so it looked like this codebase="." and put ilookpano.zip in the archive="" so it looked like archive="ilookpano.zip" So the whole code looked like this:

<applet name="ilookpano" code="ilookpano.class" codebase="." mayscript="true" width="390" height="264" archive="ilookpano.zip">
<param name="initialview" value="358.70, 0.00, 0.63">
<param name="filename" value="int.caddy.jpg">
<param name="splash" value="int.splash.gif">
<param name="toolbar" value="360viewtoolbar.gif">
<param name="backgroundcolor" value="FFFFFF">
<param name="progressfillcolor" value="003366">
</applet>

Thanks
Bill

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.