IPIX Java Applet 5.0

The IPIX Java Applet Version 5.0 contains several new features which allow users to greater flexibility in customize 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.

Download size for the .jar file is a slim 72Kb. making this a very compact viewer for the end user to download.

Embed the Java Full 360° image or Panoramic image onto your Web page using the IPIX® Java Applet 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

<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="spinspeed" VALUE="5">
<PARAM NAME="spinstyle" VALUE="flat">
</APPLET>


Full Featured Example Code

For the full featured example code contact Internet Pictures: 1800 114 749

Parameter Tips for Java Viewer 5.0

  • Simple Example, the only required PARAM is "url" address of your IPIX image loaction
  • if toolbar param is not set, it detaults to "on"
  • if spinspeed param is not set, it detaults to "0" (no spin)
  • if spinstyle param is not set, it detaults to "flat" (set to "wave" for sine curve)