Can I add to the parameters supported by Zoomify Viewer?
Yes, of course. The parameters that the Zoomify Viewer supports are simply a function of the naming convention used in the web page’s HTML and a few lines of ActionSript inside each Zoomify Viewer. For example, the FlashVars parameter must include a zoomifyImagePath=myImageFolderName string and it may also include something like zoomifyInitialZoom=50 to set the initial zoom at 50% (rather than the default behavior of zooming just enough to exactly fit the image into the display area). These two parameters are joined together to create this FlashVars parameter: zoomifyImagePath=myImageFolderName&zoomifyZoom=50 The Flash Player automatically reads this value when it loads and passes it into whatever Flash movie it opens – for example, ZoomifyViewer.swf. The values are passed in as two variables: one is named ‘zoomifyImagePath’ and is set to ‘myImageFolderName’, and the other is named ‘zoomifyInitialZoom’ and is set to the value 50. The Zoomify Viewer, in turn, has several lines of Action