Not signed in (Sign In)

Categories

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

    • CommentAuthorcarloposo
    • CommentTimeAug 22nd 2008 edited
     permalink
    Hi all,
    I need to pass a variable from within the

    <script type="text/javascript">
    var so = new SWFObject("/monoslideshow.swf", "mss", 500, 375, "7", "#000000");
    so.addVariable("showLogo", "false");
    so.addVariable("dataFile", "/monoslideshow.xml/");
    so.write("mssHolder");
    </script>

    into my monoslideshow.xml.

    I have a sql query inside monoslideshow.xml which I'm trying to customize depending on the value of the variable I want to pass on to it.

    Any idea?!

    Carlo
  1.  permalink
    I would use PHP to modify the xml before loading it, don't think much anything else will work. As you obviously know your way around sql, that shouldn't be too hard for you.
    Christoph