This release of the IPIX Java Viewer 5.0 contains several new features which are designed to allow our users greater flexibility in customizing their content for individual web sites. Among these features are customizable splash screen graphics (with background colors & logos), customizable help page links, and an optional, minimalist toolbar.
You must use either IPIX® Wizard 2.3, IPIX® Builder 4.1, or IPIX Interactive Studio to create high-resolution 360° images that you wish to view with the IPIX® Java® Viewer.
Embed the Java 360° image onto your Web page using the IPIX® Java Viewer 5.0. With this code, you must have the .jar file in the same folder as your html page that uses the code below.
Simple Example Code example
<APPLET name="IpixViewer"
code="IpixViewer.class"
archive="IpixViewer.jar"
width="320" height="240">
<PARAM NAME="url" VALUE="YOURIMAGE.ipx">
<PARAM NAME="toolbar" VALUE="on">
<PARAM NAME="initfov" VALUE="80">
<PARAM NAME="spinspeed" VALUE="0">
<PARAM NAME="spinstyle" VALUE="flat">
</APPLET>
Full Featured Example Code example
<APPLET name="IpixViewer"
code="IpixViewer.class"
archive="IpixViewer.jar"
width="320" height="240">
<PARAM NAME="url" VALUE="YOURIMAGE.ipx">
<PARAM NAME="toolbar" VALUE="off">
<PARAM NAME="splash" VALUE="YOURSPLASH.jpg">
<PARAM NAME="splashbg" VALUE="YOURHEXCOLOR">
<PARAM NAME="initfov" VALUE="80">
<PARAM NAME="spinspeed" VALUE="6">
<PARAM NAME="spinstyle" VALUE="flat">
<PARAM NAME="helpurl" VALUE="http://www.YUORDOMAIN.com/YOURHELP.htm">
<PARAM NAME="helpframe" VALUE="_blank">
</APPLET>
Parameter Tips for Java Viewer 5.0
IPIX® Plug-ins and Viewers are available for download in our Support section. Detailed download instructions accompany each IPIX® Plug-in or Viewer.
IPIX Java Viewer v5.0 (Win/Mac)
Best viewed in IE 6, Mozilla 1.7x, Netscape 7.x and above. plug-ins are required for some content.
This site is optimized for 1024x768 pixel resolution.