Not signed in (Sign In)

Categories

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

    • CommentAuthorhowie
    • CommentTimeMay 5th 2008
     permalink
    It keeps saying
    "Error loading slideShow "monoslideshow.xml"."

    Please help me to figure out what is happening !!!

    Following are links for the slideshow,

    http://hugocons.startlogic.com/portfolio_73.htm
    http://hugocons.startlogic.com/portfolio/73/images/73-1.jpg
    http://hugocons.startlogic.com/portfolio/73/monoslideshow.swf
    http://hugocons.startlogic.com/portfolio/73/monoslideshow.xml
    •  
      CommentAuthorMonokai
    • CommentTimeMay 6th 2008
     permalink
    It's trying to load monoslideshow.xml, but this file is not in the same folder as the .htm file. You can use the parameter "dataFile" for that, along with defining a "base" variable, which determines the folder your image files are relative to.
    • CommentAuthorhowie
    • CommentTimeMay 6th 2008
     permalink
    i am sorry, but i don't quite get it...
    what is arameter "datafile" ?? base variable ??


    and i moved the .htm to the same folder w/ monolideshow.swf and xml
    it still doesn't work
  1.  permalink
    I have followed all the instructions and can't seem to get things working...Here is the code I have on my index page...

    <script type="text/javascript" src="js/swfobject.js"></script> (yes, the js file is in that directory)

    <div id="monoSlideshow">
    <p><strong>Please install Flash® and turn on Javascript.</strong></p>
    </div>
    <script type="text/javascript">
    // <![CDATA[
    var so = new SWFObject("/slideshow/html/monoslideshow.swf", "SOmonoSlideshow", "950", "350", "7", "#ffffff");
    so.addParam("base", "/slideshow/");
    so.write("monoSlideshow");
    // ]]>
    </script>

    and it doesn't work...I get the same message - frustrating
  2.  permalink
    I managed to get it working...base parameter needed to list the html folder as well so...

    so.addParam("base", "/slideshow/html/");
    • CommentAuthorhowie
    • CommentTimeMay 9th 2008
     permalink
    no, it still doesn't work on mine.
    Please help me to figure that out !