ImmerVision English Francais
Home l News l Corporate l Contact l Support l Log-in


Frost & Sullivan logo


News




FAQ
General
PURE Player
PURE TOOLS
IVP file format


Your question does not appear in this list?
General
1. What is PURE Player?
PURE Player lets you play panoramic content on different platforms, whether it is a PC, a MAC® or a PDA. Soon your panoramic displays will no longer be limited to your desktop. Available today for FREE download are PURE Player for Java, PURE Player PRO for Java, PURE Player for Flash, PURE Player for Windows and PURE Player for Pocket PC.
Return to top
2. What are PURE TOOLS?
Based on a modular design concept, PURE TOOLS is a highly evolved suite of tools that lets you take full advantage of the innovative functionalities of the PURE Player family of panoramic viewers. These tools include a range of functionalities for both professionals and enthousiasts to work with, including the options to:
  • Edit panoramas: Convert formats, add effects, create virtual visits
  • Publish panoramas: Create Web pages, package files, encrypt data
  • View panoramas: Directly access the most recent PURE Player and PURE Player PRO viewer, customize the PURE Player PRO viewer, and more.
Return to top
PURE Player
1. Are PURE Player for Java and PURE Player PRO for Java plug-ins? Do I have to install them on my computer in order to view panoramas on the Internet?
No, both PURE Player for Java and PURE Player PRO for Java are not plug-ins. You don’t need to install them to be able to view panoramas from a Web page. They are Java applet and are automatically downloaded with the panorama. To take advantage of these players, you just need to have a Java Virtual Machine installed on your computer. To ensure you have a Java Virtual Machine installed, please go to the Java Website and download the latest version of Java.
Return to top
2. Is it possible to launch PURE Player for Java and PURE Player PRO for Java directly to the full screen mode?
Yes, just put the fullscreen tag in the PURE Player for Java call parameters, as shown in the following example:
<APPLET archive="PurePlayer.jar" code="PurePlayer" width="640" height="480">
    <param name="panorama" value="panorama.ivp">
    <param name=”fullscreen” value=”true”>

</APPLET>
Due to certain technical limitations, it is not possible to start PURE Player for Flash in full screen mode. Please consult the official PURE Player for Flash documentation for more information on fullscreen capabilities.
Return to top
3. Is it possible to create a transition effect between panoramas in my virtual tour?
You can add transitions for PURE Player PRO for Java by using PROfiler. To use your transitions simply use the transition parameter when calling the applet as such:
<APPLET archive="ProfiledPurePlayerPro.jar" code="PurePlayerPro" width="640" height="480">
    <param name="panorama" value="panorama.ivp">
    <param name="transition" value="TransBlend" >

</APPLET>
You can also access this parameter programmatically through the following function call:
set("applet","transition","TransBlend");


For more information about transition effects and how to use them, please consult the official PROfiler documentation.
Return to top
4. Is it possible to remove the standard loading message with PURE Player PRO for Java?
Yes. With Splasher you can customize the loading page of PURE Player PRO for Java.
Return to top
5. Is it possible to remove the standard loading message with PURE Player for Flash?
PURE Player for Flash is a standard player, as are the PURE Player for Java, PURE Player for Pocket PC, PURE Player for Windows. To customize the loading page, you need to use PURE Player PRO for Java with Splasher
Return to top
6. Is it possible to use a PURE Player for Flash in another Flash Movie?
PURE Player for Flash is a standard player and as such is meant to be used in HTML web pages.
Return to top
7. Is it possible to open a web page when users click on a hotspot?
Yes, you simply need to use the open() function as follows:
<panorama angleType="degree" id="my_panorama" xmlns="http://www.immervision.com/panorama">

   <panosphere id="sphere" layer="0" pan="0" tilt="0" roll="0"    visible="true"    play="true" loop="true">
      <image file="pano.jpg"/>
      <hotspotRectangle id="toPano2" pan="-100" tilt="0" panSize="5" tiltSize="5"       color="#FFC40000" visible="true" display="true">
         <mouseClick>
open( "pano2.ivp", true)
;</mouseClick>
         <text>Go to see the Panorama number 2</text>
      </hotspotRectangle>
       </panosphere>

   </panorama>
Return to top
8. Is it possible to create virtual tours for PURE Player for Flash?
You can easily create virtual tours for PURE Player for Flash with Hotspot Creator. You can link to other panoramas, open webpages and initiate JavaScript commands.
Return to top
9. How can i create a custom user interface to use with PURE Player PRO for Java?
User interfaces ( GUIs ) for PURE Player PRO for Java are constructed with an XML description file ( .IVU ) and the images requiredto compose your user-interface. The IVU file contains the data about each element in your GUI and script to describe their behavior.

Once created, you can package the description file along with all your required images into a single packaged IVU file with either Package Maker or Batch Package Maker. Your packaged IVU files can also be encrypted with Package Crypter to protect the content from theft.

For more in-depth information about GUIs and Scripting, consult the PURE Player PRO for Java documentation. You can download this documentation here.
Return to top
10. Can I create automatic movements in my panoramas?
Yes you can! This feature is called autopaths and is supported by all PURE Player viewers.
To learn more about creating your own autopaths, have a look at the IVP Reference Guide, in the Panorama Documentation and in the Tutorials and samples sections.
You can download the IVP Reference Guide from our downloads page.
Return to top
11. Some straight lines near the edges in some of my panoramas appear wavy. How can I fix this?
Setting the quality parameter to a value of 200 will dramatically straighten the lines in your panoramas. Technically speaking, this parameter changes the numbers of vertices used to display the panoramic image. More vertices produce straighter lines at the expense of consuming more CPU resources.
Return to top
PURE TOOLS
1. I just purchased, downloaded and installed the pure toolkit but when I click on the PURE TOOLS icon all I get is the configurations menu. Where are the functionalities?
The first time you run PURE STARTER TOOLKIT, you will need to activate and download the software’s modules. The procedure is quite simple:
  1. Launch the Key Manager
  2. Enter the Activation Key that was sent to you when you purchased PURE STARTER TOOLKIT
  3. Click on the « Add » button. The PURE STARTER TOOLKIT icon should change to signify the activation.
  4. Make sure you are connected to the Internet before clicking on "Download New Modules" to launch TOOLS Updater .
  5. You will find all the additional modules available for download and installation in the TOOLS Updater.
  6. Click on the « Download and install updates » to start the update process. PURE STARTER TOOLKIT will then download all the available modules and updates and install them.
Once the download and installation are finished, the application will restart. All the functionalities of PURE STARTER TOOLKIT will then be available.
Return to top
2. How can I create a packaged IVP file format panorama?
The PURE TOOLS software suite allows you to create packaged IVP files. Here are two ways that it can be done:
  • If you already have panoramas in the IVP format, you can pack them using the PURE TOOL Package Maker
  • PURE TOOL Panorama Filemaker will automatically save your panoramas into a packed IVP file.
Return to top
3. Do I need PURE STARTER TOOLKIT installed on my computer to use additional TOOLS such as Splasher, Batch Package Maker or PROfiler?
Yes, you must have the PURE STARTER TOOLKIT installed on your computer in order to use additionnal TOOLS.
Return to top
4. I’ve just created a PURE Player PRO for Java with PROfiler but my transitions aren’t working! What’s happening?
PROfiler allows you to create a multitude of transitions and effects for PURE Player PRO for Java. To use them, you need to include them in their respective files:
For transitions :
  • In the HTML file : <param name="transition" value="TransBlend" >
  • In the IVP file : set("applet","transition","TransBlend")

For special effects :
  • In the IVP file : <sfx id="sfx1" name="SfxSepia" layer="2" visible="true" />
  • In the IVU file’s script : pano("set(\"sfx1\",\"visible\",true)");
For more information, please consult the official documentation for PROfiler and PURE Player PRO for Java (Transition and Special effects Documentation section).
Return to top
5. When I create a PURE Player with PROfiler or Splasher, the toolbar disappears! What’s happening?
PROfiler and Splasher allow you to create a personalized PURE Player PRO for Java. PURE Player PRO for Java allows you to use your own graphical user interface ( IVU file). This player therefore does not have a default user interface. The toolbar is a component of the GUI.

To get you started, ImmerVision provides ready-made GUIs. You can download them here
Return to top
6. I’ve had to re-install my operating system, but i didn’t backup the PURE TOOLS installer. How can I download the installer again?
Here is the procedure to download the PURE TOOLS installer:
  1. Go to the PURE STARTER TOOLKIT webpage;
  2. Click on the "Buy" button;
  3. After loging in, the PURE STARTER TOOLKIT purchase page should be displayed;
  4. Under the "Buy Key" link, click on the "Click Here" link to download the installer directly;
  5. Enter your key;
  6. Choose the appropriate version (Windows or Mac).;
  7. Click on the "download" button to start the download of the PURE STARTER TOOLKIT installer.

The next steps are the same as a standard PURE STARTER TOOLKIT installation.
Return to top
IVP format
1. What is the IVP format?
IVP is the name of ImmerVision Panoramas file format which is readable by Pure Player viewers. Four different extensions are related to the IVP format:
  • * .ivp : Panoramas’ file extension
  • * .ivl : Lens flare’s effect extension
  • * .ivu : Graphical Interface’s file extension
  • * .ivi : Images’ file extension
For more information about the IVP format, please consult the official IVP documentation.
Return to top
2. What is the difference between a packaged IVP file and a non-packaged one?
The files (.ivp, .ivu, .ivl and .ivi) are XML files describing their content and providing the links to various resources (panoramas, images, sound, etc.). When the file is packed, all the resources and parameters are contained in a single IVP file, thus simplifying its publication. A single packed file can also be encrypted to protect its content.
Return to top
3. How can I create a packaged IVP file format panorama?
The PURE TOOLS software suite allows you to create packaged IVP files. Here are two ways that it can be done:
  • If you already have panoramas in the IVP format, you can pack them using the PURE TOOL Package Maker
  • PURE TOOL Panorama Filemaker will automatically save your panoramas into a packed IVP file.
Return to top
4. Is it possible to protect the data in my IVP files, for example my images?
Yes. PURE Player supports many types of encryptions allowing the user to visualize their creation without having access to the content. To encrypt your IVP files, just pack your files and then use the PURE TOOL Package Crypter.
Return to top
5. I have an encrypted IVP file and I want to un-encrypt it. How can I do that?
You CANNOT un-encrypt an encrypted IVP file. It is strongly recommended that authors always keep a NON-encrypted version of their work.
Return to top
6. How can i debug my manually coded panoramas and guis more efficiently?
A great way to debug your panoramas and guis is to use the print() function. This function outputs to the Java console. In Windows, the Java console is located in your system tray.
By using this function in your panoramas and guis, you can monitor the values of your variables while viewing the panorama.

The Java console will also show where syntax errors have occured and display errors if certain files fails to load.
Return to top
get Get Java Get Flash Player Get Acrobat Reader Home | Corporate | Investors | Careers | Contact | Legal
Copyright (C) ImmerVision 2000-2007 - All rights reserved.