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
Comments
Yes the xmldatapath has changed into the galleryURL parameter.
what do you mean by 'generated on-the-fly'? i have uploaded that xml file in the same directory. the xml is generated on the desktop.
Of course you realize that if you are using simpleviewer pro for your gallery you don't really need zenphoto.
Thank you sbillard, i will hire a developer to make the swf the way i want, and use version 1.9, cause they dont supply the sourcecode with version 2.x