IPIX 360° Image Publishing


IPIX® Java® based Immersive Image Posting

Version 5.0


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

  • Simple Example, the only required PARAM is "url"
  • if toolbar param is not set it defaults to "on"
  • if initfov param is not set it defaults to Fully Zoomed Out
  • if spinspeed param is not set it defaults to "0" (no spin)
  • if spinstyle param is not set it defaults to "flat" (set to "wave" for sine curve)
  • if helpurl param is not set it defaults to ipix help page: (http://www.ipix.com/help/viewalways_java3_2/)
  • do not use a # before your hex color in the "splashbg" parameter


IPIX® Plug-ins and Viewers are available for download in our Support section. Detailed download instructions accompany each IPIX® Plug-in or Viewer.

Best viewed in IE 6, Mozilla 1.7x, Netscape 7.x and above. Macromedia Flash, Sun Java, and Adobe Acrobat Reader plug-ins are required for some content.

This site is optimized for 1024x768 pixel resolution.