Not signed in (Sign In)

Categories

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

    • CommentAuthorjonjackson
    • CommentTimeMar 26th 2007
     permalink
    Hi
    I'm not having any success implementing a second slideshow.
    Here's my working slideshow -
    http://kelling-estate.co.uk/index.php?option=com_content&task=view&id=8&Itemid=19

    I've read the manual para on Load a custom .xml file and here's my code-

    <script src="http://kelling-estate.co.uk/monoslideshow/swfobject.js" type="text/javascript">
    </script>
    <div id="owlslideshow">
    <p>
    <strong>Please install Flash and turn on Javascript.</strong>
    </p>
    </div>
    <script type="text/javascript">
    var so = new SWFObject("monoslideshow.swf", "owlslideshow", "459", "213", "7", "#ffffff");
    so.addvariable("dataFile", "owlslideshow.xml");
    so.write("owlSlideshow");
    </script>

    But it's not working for me. Any suggestions, please?
    • CommentAuthorjonjackson
    • CommentTimeMar 26th 2007
     permalink
    Oh sorry, I managed it.
    It's as simple as just adding this line ...
    so.addVariable("dataFile", "XMLfilename.xml");

    cuh.
    • CommentAuthorDan Miller
    • CommentTimeJul 10th 2008
     permalink
    I am usign a mono slide show on our front page. I wuold like to make another one on another page. I copied the source code from the main page and pasted it into a new page feeling it should work on that new page. I figured I could change the pictures to create a new show on the new page but it is not working. Any suggestions? I'm a novice.
    • CommentAuthorJimtheChin
    • CommentTimeJul 11th 2008
     permalink
    I'm no expert but ... are you using a second xml file? (you should be). Then you'll need that line mentioned in this thread.