Can I add hotspots in Viewers other than the Zoomify Hotspot Viewer?
Certainly. The hotspot support in the Zoomify Hotspot Viewer (and other Viewers that support hotspots such as the Watermark, Tour, and Geo Viewers) involves a Hotspots class as well as references to it in several higher order classes: the ZoomGrid and ZoomifyViewer classes, as well as the main viewer project all contain relevant methods and method calls. Moving ActionScript from one Viewer to another followed by recompiling the target Viewer is certainly possible. This approach is, however, somewhat involved. An alternative approach that may be simpler would involve moving other functionality into the Hotspots Viewer codebase. For example, the Tour Viewer is a hybrid of the Slideshow and Hotspot Viewers so it presents a natural starting point for any project requiring both types of features – sequential transitions between images or places in an image as well as presentation of graphical icons at points of interest within an image. It is important to note that efficient development and