IPIX Browser Plugin
Step 1
Make sure all of your IPIX® files are together in one directory.
- 360° images (.ipx)
- IPScripts (.ips)
- audio files (.midi, .vox, .wav)
Step 2
Use the following code to embed the 360° image onto your Web page. To control the opening size of the image, change the width and height values. Make sure you change the name and size values in both places. If you are using an IPIX® TV-Studio file, called an IPScript, simply use "yourimage.ips" instead of .ipx
<OBJECT ID="IpixX1" WIDTH=320 HEIGHT=240
CLASSID="CLSID:11260943-421B-11D0-8EAC-0000C07D88CF"
CODEBASE="http://www.ipix.com/download/ipixx.cab#version=6,2,0,5">
<!-- For MSIE 3+ -->
<PARAM NAME="IPXFILENAME" VALUE="yourimage.ipx">
<!-- For Netscape 3+ -->
<embed src="yourimage.ipx" border=0 width=320 height=240 palette="foreground" type="application/x-ipix" pluginsPage="http://www.ipix.com/cgi-bin/download.cgi">
</embed>
</OBJECT>