I'm trying to implement this virtual tour: into the new version of this site. By the way, I didn't design the old site so don't hold it against me.
The old developer emailed me all the files for this virtual tour. She included all of the files that are called for in that .htm file of the tour...I downloaded all files and put them in the right directory. Now when I load up my page that SHOULD load the java applet, the spot that should hold the image is just blank.
I've never seen a .ivr file before. What is it? It's a type of text file, right? That's what it saved as on my machine, I renamed it from .txt to .ivr though.
It'd be great if someone could provide me with some insight here. I've got the .jar file saved too, I don't know if it's missing out on some info from the .jar file or the .ivr file. And yes, I checked all paths and they are pointing to the right place for the .jpg's.
Thanks people.
This is the applet code I pasted into the new site:
<applet code="panoapplet.class" archive="panoapplet.jar" width="400" height="250" align="left">
<param name="displayHeight" value="250">
<param name="displayWidth" value="400">
<param name="file" value="beach_dark.ivr">
<param name="initialView" value="0.000000, 180.000005, 50.000001">
<param name="altImage" value="galsplash.gif">
<param name="altSplash" value="galsplash.gif">
<param name="minZOOMAngle" value="30">
<param name="autospin" value="30">
</applet>
The old developer emailed me all the files for this virtual tour. She included all of the files that are called for in that .htm file of the tour...I downloaded all files and put them in the right directory. Now when I load up my page that SHOULD load the java applet, the spot that should hold the image is just blank.
I've never seen a .ivr file before. What is it? It's a type of text file, right? That's what it saved as on my machine, I renamed it from .txt to .ivr though.
It'd be great if someone could provide me with some insight here. I've got the .jar file saved too, I don't know if it's missing out on some info from the .jar file or the .ivr file. And yes, I checked all paths and they are pointing to the right place for the .jpg's.
Thanks people.
This is the applet code I pasted into the new site:
<applet code="panoapplet.class" archive="panoapplet.jar" width="400" height="250" align="left">
<param name="displayHeight" value="250">
<param name="displayWidth" value="400">
<param name="file" value="beach_dark.ivr">
<param name="initialView" value="0.000000, 180.000005, 50.000001">
<param name="altImage" value="galsplash.gif">
<param name="altSplash" value="galsplash.gif">
<param name="minZOOMAngle" value="30">
<param name="autospin" value="30">
</applet>