5. Why don't my HotMedias run after I upgrade to Version 1.1?

Class file naming has been changed to lower case from version 1.0 to version 1.1. This impacts the applet tag calling HotMedia. If you update class files in a project from 1.0 to 1.1 you should do the following:

  1. Back up your directory.
  2. Delete all .class, .cab and .zip files in the HotMedia directory.
  3. Copy the new version 1.1 class files, .cab and .zip files
  4. Change all "HM.class" references in your HTML project files to "hm.class" (class name has changed from upper case HM to lower case.)