Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Trying to transfer java applet "virtual tour" to new site.

Status
Not open for further replies.

wuzzle

Programmer
Dec 20, 2000
75
CA
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=&quot;panoapplet.class&quot; archive=&quot;panoapplet.jar&quot; width=&quot;400&quot; height=&quot;250&quot; align=&quot;left&quot;>
<param name=&quot;displayHeight&quot; value=&quot;250&quot;>
<param name=&quot;displayWidth&quot; value=&quot;400&quot;>
<param name=&quot;file&quot; value=&quot;beach_dark.ivr&quot;>
<param name=&quot;initialView&quot; value=&quot;0.000000, 180.000005, 50.000001&quot;>
<param name=&quot;altImage&quot; value=&quot;galsplash.gif&quot;>
<param name=&quot;altSplash&quot; value=&quot;galsplash.gif&quot;>
<param name=&quot;minZOOMAngle&quot; value=&quot;30&quot;>
<param name=&quot;autospin&quot; value=&quot;30&quot;>
</applet>
 
Do I need some kind of .ivr association on my machine to download those files properly? Or are they a type of .txt file?
 
Ok, here's my last stab at begging for attention :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top