0
Welcome Guest! Login
0 items Join Now

Adding the transparent mode to the monoslide swfobject script

  • Adding the transparent mode to the monoslide swfobject script

    Posted 16 years 11 months ago
    • 's Avatar

    Re: Adding the transparent mode to the monoslide swfobject script

    Posted 16 years 11 months ago
    • Not sure if this helps... I normally add monoslide show this way:
      <script src="swfobject.js" type="text/javascript">
      </script>    
      <div id="flashcontent">
      This movie requires Adobe Flash Player.
      </div>
      <script type="text/javascript">
      var so = new SWFObject("flash/monoslideshow.swf", "monoslideshow", "580", "270", "8", "#336699");
      so.addParam("base", "flash/");
      so.addParam("wmode", "transparent");
      so.addVariable("showLogo", "false");
      so.addVariable("showVersionInfo", "false");
      so.write("flashcontent");
      </script>

      I don't have problems this way.
  • Re: Adding the transparent mode to the monoslide swfobject script

    Posted 16 years 11 months ago
    • 's Avatar

    Re: Adding the transparent mode to the monoslide swfobject script

    Posted 16 years 11 months ago
    • You're welcome.. hope it works out as it should.
    • G3M1N1's Avatar
    • G3M1N1
    • Newbie
    • Posts: 9
    • Thanks: 0

    Re: Adding the transparent mode to the monoslide swfobject script

    Posted 16 years 11 months ago
    • This thread was a great find ~ I have the same problem and need some additional help.

      I'm using the Replicant Theme with RokZoom. I have a flash vid playing in the center of the screen using swfobjects. In the right column I have a number of images using RokZoom. When I click on one of the RokZoom images and it expands to the center of the screen, it appears behind the flash video. So I added this parameter:

      so.addParam("wmode", "transparent");

      And now, the RokZoom images, while on top of the flash, take a verrrrrry loooong time to load. If I remove the above parameter, the images load fast, but behind the flash.

      Any ideas?

      edit: Also when the transparent param is added, the drop-down menu (not sure of the mod name for this menu) becomes either very slow or completely dysfunctional.
    • Last Edit: 16 years 11 months ago by G3M1N1.

Time to create page: 0.078 seconds