Not signed in (Sign In)

Categories

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthormikeelbon
    • CommentTimeJul 10th 2008
     permalink
    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.

    the field I would like to change is imagePause
  1.  permalink
    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.
    • CommentAuthormikeelbon
    • CommentTimeJul 10th 2008
     permalink
    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....