Topic: gallery stopped working after upgrade from 1.7 to 1.8
I copied 2 files, swfobject.js and viewer.swf from v1.8 over my 1.7 gallery files and now when I access it I get no pictures.
I opened up the v1.8 index.htm file and noticed a reference to gallery.xml, which doesn't exist in my 1.7 installation. Instead I have a imagedata.xml.
Were there some renamed files in 1.8?
I also saw this in 1.8:
<script type="text/javascript">
var fo = new SWFObject("viewer.swf", "viewer", "100%", "100%", "7", "#181818");
fo.addVariable("preloaderColor", "0xffffff");
fo.addVariable("xmlDataPath", "gallery.xml");
fo.write("flashcontent");
I don't see it appearing in 1.7. Is this a new way of calling the viewer?