Forum Moderators: open

Message Too Old, No Replies

Viewing virtual tour offline possible? IPIX

IPIX 360 tour how to show it offline

         

silverbytes

7:26 pm on Sep 21, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



My client has an html with an ipix 360 virtual tour there, it shows in a new open window, but I need to show the tour offline or send it by email.

The html code where the tour is (the new open window) looks like this:


<!-- saved from url=(0022)http://internet.e-mail -->
<!-- saved from url=(0022)http://internet.e-mail -->
<center>
<APPLET name="IpixViewer"
code="IpixViewer.class"
archive="IpixViewer.jar"
width="320" height="240">
<PARAM NAME="url" VALUE="0796.ipx">
<PARAM NAME="toolbar" VALUE="off">
<PARAM NAME="splash" VALUE="logo.jpg">
<PARAM NAME="initfov" VALUE="0">
<PARAM NAME="spinspeed" VALUE="10">
<PARAM NAME="spinstyle" VALUE="flat">
<PARAM NAME="helpurl" VALUE="http://www.ipix.com/help/viewalways_java3_2/">
<PARAM NAME="helpframe" VALUE="_blank">
</APPLET>
<br>
<img src="nav.gif" width="318" height="42">
</center>

Is there any way to show that offline?
I don't understand what is really, since I don't see a file containing the tour...

tedster

9:04 pm on Sep 21, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Looks like this is a java applet (note for those who confuse the two technologies, this is NOT javascript). The url is most likely coded in somewhere as a .ipx file -- that's proprietary format, I assume.

Likely suspect:

<PARAM NAME="url" VALUE="0796.ipx">

Now what that points to, exactly, is not easy to see. For an off-the-web viewing, I believe you need that file, plus the stand alone viewer that ipix offers.

silverbytes

10:20 pm on Sep 21, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I agree about standalone player.
And the "real file" remotely hosted then?