Not signed in (Sign In)

Categories

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

    • CommentAuthorBrian
    • CommentTimeApr 29th 2008
     permalink
    I have 2 slideshows on the same page, each has their own folder with a monoslideshow.xml file and the desired pics.

    The first slideshow works fine, the second slideshow finds the XML but not it's pics. In fact, the second slideshow is looking in the FIRST slideshow's directory for it's pics.

    Slideshow 1:
    so1.addVariable("dataFile", "img/home-slides/unlimited/monoslideshow.xml");

    Slideshow 2:
    so2.addVariable("dataFile", "img/home-slides/offshore/monoslideshow.xml");

    In the second XML a sample line looks like this:
    <img src="cintron1.jpg" title="unique" description="" />

    However, that picture does not display (the unique title does, thats how I know it found the right XML).
    If I put "cintron1.jpg" into the first folder (unlimited) then it DOES display in the second slideshow!

    This seems like a bug to me, or I don't understand how MonoSS determines paths. Is there a work around besides putting all pics in one folder?

    Thanks!
    •  
      CommentAuthorMonokai
    • CommentTimeMay 2nd 2008
     permalink
    Do you have a link to your site?
    • CommentAuthorBrian
    • CommentTimeMay 2nd 2008
     permalink
    Oh geez! My fault.

    I was making a test for you (didn't want it on my live home page) when I found my mistake. I had forgotten to edit the
    "imagePath" parameter when I copied the XML from the first directory. I swear, I looked and looked at that. New day, new eyes I guess!

    FYI the web site is gold (dash) cup (dot) com --- both shows running on the home page now. :^)

    Thanks!