0
Welcome Guest! Login
0 items Join Now

Monoslideshow and Lightbox

  • Monoslideshow and Lightbox

    Posted 17 years 7 months ago
    • I've got a slight feeling of deja-vu about this one. I'm sure I've been here before.

      On my site at http://kelling-estate.co.uk/the-lowes/finch-house-2.html (and other pages on same site), I have monoslideshow and a thumbnail which pops up a lightbox image. Problem is, when the popup pops up, the monoslideshow remains on top. I thought I'd fixed this with something to do with wmode:"transparent".

      Does this ring any bells with anyone please? Or does anyone have any suggestions how to fix?

      Thanks
  • Re: Monoslideshow and Lightbox

    Posted 17 years 7 months ago
    • This is your script for monoslideshow
      <script type="text/javascript" _base_href=" kelling-estate.co.uk/ ">
      // <![CDATA[
      var so = new SWFObject("monoslideshow/monoslideshow.swf", "SOmonoSlideshow", "459", "213", "7", "#c9d9d9");
      so.addVariable("dataFile", "finchslideshow.xml");
      so.addVariable("showLogo","false");
      so.addParam("base", "monoslideshow/");
      so.write("monoSlideshow");
      // ]]>
      </script>

      Try
      <script type="text/javascript" _base_href=" kelling-estate.co.uk/ ">
      // <![CDATA[
      var so = new SWFObject("monoslideshow/monoslideshow.swf", "SOmonoSlideshow", "459", "213", "7", "#c9d9d9");
      so.addVariable("dataFile", "finchslideshow.xml");
      so.addVariable("showLogo","false");
      so.addParam("base", "monoslideshow/");
      so.addParam("wmode", "transparent");
      so.write("monoSlideshow");
      // ]]>
      </script>

      Great Bentobox Mod btw :)
    • James Spencer / Developer & Support / Hull, UK
  • Re: Monoslideshow and Lightbox

    Posted 17 years 7 months ago
    • Thanks James,

      Much appreciated but (and this is where I think I've tried before on this ...) when I add the line ...
      so.addParam("wmode", "transparent");

      ... then the whole slideshow doesn't work. In Firefox on the mac, at least (that's all I can see).

      - see what I mean - http://kelling-estate.co.uk/the-lowes/finch-house-2.html
  • Re: Monoslideshow and Lightbox

    Posted 17 years 7 months ago
  • Re: Monoslideshow and Lightbox

    Posted 17 years 7 months ago
    • Thanks James, I followed that thread and afraid I still have no luck.

      I added the
      z-index: 15;
      to the css and added the
      so.addParam("wmode", "transparent");
      to the script ... I just get a blank space. I feel it's very close (otherwise you get the error message, don't you?
  • Re: Monoslideshow and Lightbox

    Posted 17 years 7 months ago
  • Re: Monoslideshow and Lightbox

    Posted 17 years 7 months ago
    • I read that part and looked, but I don't find
      var q=_7?_7:"high";this.addParam("quality",q);
      in my swfobject.js file (attached)
  • Re: Monoslideshow and Lightbox

    Posted 17 years 7 months ago
    • Ive never ever dealt with Monoslideshow, maybe ask them - they should be more insightful than myself :)
    • James Spencer / Developer & Support / Hull, UK
  • Re: Monoslideshow and Lightbox

    Posted 17 years 7 months ago
    • Actually I'm posting here because I've tried, but not got the answer from monoslideshow. Thanks for your answer anyway.

Time to create page: 0.065 seconds