MENU

How to POST your ordered images on your own website.
Embed the Java Full 360-degree image or Panoramic image onto your Web page using the iPIX® Java Applet 3.22 or 3.3 Lite. With this code, you must have the .jar and the .class files in the same folder as your html page that uses the code below.

*You must use either iPIX® Wizard 2.3 or iPIX® Builder 4.1 to create high-resolution Full 360-degree images that you wish to view with the iPIX® Java® Viewer 3.22 or 3.3 Lite.


  • <applet code="IpixViewer.class"
    archive="IpixViewer.jar"
    align="baseline"
    width="320"
    height="240"
    name="IpixViewer">
    <param name="URL" value="yourimage.ipx">
    <param name="Warp" value="1">
    <param name="Toolbar" value="large">
    <param name="BackgroundColor" value="#20ff00">
    <param name="HelpURL" value="help/viewalways_java3_2/index.html">
    <param name="SpinSpeed" value="-5">
    <param name="SpinStyle" value="flat">
    </applet>

Adding a codebase line to the applet lets you store the .jar and .class files in one place and reference them from any page on your Web site. This code requires the Full 360-degree image and the Web page to be in the same directory. To maintain compatibility with older browsers, the codebase line should contain an absolute address to the directory of the applet as shown below:


  • <applet code="IpixViewer.class"
    archive="IpixViewer.jar"
    codebase="http://www.yourdomain.com/directoryofapplet"
    align="baseline"
    width="320"
    height="240"
    name="IpixViewer">
    <param name="URL" value="yourimage.ipx">
    <param name="Warp" value="1">
    <param name="Toolbar" value="large">
    <param name="BackgroundColor" value="#ffffff">
    <param name="HelpURL" value="help/viewalways_java3_2/index.html">
    <param name="SpinSpeed" value="-5">
    <param name="SpinStyle" value="flat">
    </applet>

Here is a sample applet code explanation:
Width and height values can be modified. On older computers (<100 Mhz), larger window sizes will pan slowly.

Download the iPIX® Java® Viewer 3.22
ZIP File (Windows)      HQX File (Macintosh)

Download the iPIX® Java® Viewer 3.3 Lite
ZIP File (Windows)      HQX File (Macintosh)

Parameters:

URL — location and image name. This can be a Java compatible Full 360 iPIX® image(.ipx) or a Panoramic image (.bam). This Parameter is required.

Warp — Values can be "none" or a value from "1" — "10". The lower the value, the more warp. This only affects Panoramic iPIX® images, not Full 360-degree iPIX® images. This parameter is not required. If not used, the default value is "1".

Toolbar — Values are "large," "small," or "none." These three values offer different interfaces for image manipulation. Choose the one you prefer. This parameter is not required. If not used, the default value is "large."

BackgroundColor — Hex representation of background color. (ex - #ffffff=black). This parameter is usually unnoticable and is not required.

HelpURL — Value is .html page offset from http://www.ipix.com. This will point users to help FAQ and navigation docs when they click on the "i" button. The value to display navigation help is "help/viewalways_java3_2/index.html" This parameter is not required. If not used, the "i" button will direct users to the iPIX.com homepage.

SpinSpeed — Values are "-10" (negative) to "10" (positive). Postive values spin right. Negative values spin left. Higher absolute values will spin faster. This parameter is not required. If not used, there will be no initial image spin.

SpinStyle — Values are "flat" or "wave". "Wave" value makes the image turn slowly, looking up and down without user interaction. "Flat" value makes image spin without moving up or down. This parameter is not required. If not used, the default value is "flat".

To remove autospin completely do not use SpinStyle or Spinspeed parameters.

TOP

For the latest news about the posting procedures please check with our technology partner