VIEW CROSS-DOMAIN EXAMPLE


Every Zoomify Image folder contains a file named ImageProperties.xml which stores six values about the image (width, height, etc.). In this example, those values have been copied into HTML parameters in the web page itself. This ensures that viewing is not blocked by the browser if the image folder is stored on a server in a different web domain.

Note that the double quotation marks around each value have been changed to single quotation marks so that they don't conflict with the double quotation marks at the start and end of the HTML parameter.