Possible bug in Dreamweaver
I created a template for a web page. It looks perfect and the links work. Part of the page is a <div> that contains a map that is pan and zoomable. I use Zoomify to create the pan and zoom.
Below are two scripts, as they appear in the template, that are necessary for Zoomify to work. In the first there is one path to a js. In the second there are two paths to folders that are necessary. These paths work in the template..
I create the final web page from the template using File > New > ....
If I save the resulting file to the template folder, the map is displayed and pans and zooms. Let me point out that saving to this folder means that the paths to the Zoomify files do not need adjustment.
If I save it to any other folder, the map does not display and I get a "404 - Not Found" error message. I look at the file created and the path to the js has been modified correctly, but the path to the other two folders has not been modified. This lack of updating the paths is my problem.
The scripts are in a non-editable region. A short term fix is to create an editable region at their location and manually correct the paths. But that is a very poor solution.
If there is no reason for this to be happening intentionally, then there appears to be a bug. I would like to get your opinion.
<script type="text/javascript" src="../assets/zoom/ZoomifyImageViewerPro-min.js"></script>
<script type="text/javascript"> Z.showImage("myContainer", "../assets/maps/0312/map_0312_final","zSkinPath=../assets/zoom/Assets/Skins/Default&zNavigatorVisible=0&zToolbarVisible=1&zLogoVisible=0&zCoordinatesVisible=0&zInitialZoom=fit&zMinZoom=8&zMaxZoom=100"); </script>
