Does anyone know of a way to change a field in a xml file. What I would like to do is add a couple of buttons so that someone can change the speed of the slideshow.
If you are using static xml files, you could simply have several variations, each with a different setting for imagePause. You could then write a short javascript function to determine which xml file is passed to monoslideshow. The buttons on your screen would then call that function with the selected speed.
There are more complex methods, as well, depending on how your site is configured.
I've not used it before but I've been having a look at changing a single parameter (imagePause) with pear XML_Transformer. Has anyone tried this already? I might have to continue this with a pear forum....