IPIX 360° Image Publishing
IPIX® Java® based Immersive Image Posting
the complete instructions with html code and .jar file required to post ipix images on your web site.
**You should be famular with HTML codeing to procede with installing IPIX® images and java files on your web site.
Version 5.0
This release of the IPIX Java Viewer 5.0 contains several new features which are designed to allow 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.
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
<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
<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 on the IPIX Support WebSite. Detailed download instructions accompany each IPIX® Plug-in or Viewer. |