hi all, i'm trying to upgrade simpleviewer, wich is used in the Effervescence+ theme, to version 2 pro.
version2 uses a xml-file (gallery.xml) for its configuration. My trial&error method doesnt work this time, simpleviewer cannot find gallery.xml
I think i need some help from mr. Angoulvant or Billard!
This is how it works local:
`
var flashvars = {};
flashvars.galleryURL = "gallery.xml";
var params = {};
params.allowfullscreen = true;
params.allowscriptaccess = "always";
params.bgcolor = "222222";
swfobject.embedSWF("simpleviewer.swf", "flashContent", "100%", "100%", "9.0.124", false, flashvars, params);
`
It would be great to get this working, while simplviewer-pro includes a very wysiwyg-editor for simpleviewer, it gereates the gallery.xml file.
Thanks a lot in advance