Center for Online Learning

feedback print

Impatica for Powerpoint

The below fix will allow compatability with newer versions of the Java runtime and ensure viewing ability for your students.

Step 1: Download the updated .jar file and save it to your computer. [Get file]

Step 2: Upload the file into the GeorgiaVIEW File Manager directory that contains your Impatica presentation. Hint: You will know it because it will contain several .jar files and .html files, one of which will be called "ImpPlayer333.jar". [Tutorial: Uploading files in GeorgiaVIEW]

Step 3: "Edit" the .html file that bears the name of your presentation. You will need to make a few simple code changes. Replace the text "333" with "364" in the three instances it occurs and save the file. Preview to test that it worked. (See example below)

Example of code changes:

 1. Find the "333" instances
     <APPLET CODE = "com.impatica.v333.ImPlayerConsole.class"
        ARCHIVE = "ImPlayer333-Video.jar" WIDTH = "239" HEIGHT = "199">
        <PARAM NAME = "ARCHIVE" VALUE = "ImPlayer333-Video.jar">
        <PARAM NAME = "COLOR0" VALUE = "000066">
        <PARAM NAME = "COLOR1" VALUE = "CCCCFF">
        <PARAM NAME = "BGCOLOR" VALUE = "FFFFFF">
        <PARAM NAME = "FILE" VALUE = "Sharks3-D-imp.jar">
      </APPLET>

2. Replace all "333" occurrences with "364" and it will now read:
      <APPLET CODE = "com.impatica.v364.ImPlayerConsole.class"
        ARCHIVE = "ImPlayer364-Video.jar" WIDTH = "239" HEIGHT = "199">
        <PARAM NAME = "ARCHIVE" VALUE = "ImPlayer364-Video.jar">
        <PARAM NAME = "COLOR0" VALUE = "000066">
        <PARAM NAME = "COLOR1" VALUE = "CCCCFF">
        <PARAM NAME = "BGCOLOR" VALUE = "FFFFFF">
        <PARAM NAME = "FILE" VALUE = "Sharks3-D-imp.jar">
  </APPLET>