Web Photo Gallery - transparent

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Web Photo Gallery - transparent

    Would someone be so kind in helping me set the 'Photoshop Flash web glallery 3'
    to transparent?

    I have added the following line to the html code but with no luck on IE6 or
    any other browsers.
    " myFlashObject.addParam("wmode", "transparent"); "

    Do I need to add something to the javascript or XML files as well?
    Any help would be most appreciated.



    <div id="flashcontent">
    <script type="text/javascript">
    // <![CDATA[


    var myFlashObject = new FlashObject("gallery.swf", "gallery", "100%",
    "100%", 6, "#ffffff");
    myFlashObject.addParam("scale", "noscale");
    myFlashObject.addParam("wmode", "transparent");
    myFlashObject.addVariable("request",
    getQueryParamValue("image"));
    myFlashObject.addVariable("photosXmlFile", "photos.xml");
    myFlashObject.addVariable("configXmlFile", "galleryconfig.xml");
    myFlashObject.write();

    // ]]>
    </script>

    <noscript>
    You must enable Javascript to view this content.
    </noscript>
    </div>

    rasp916 Guest

  2. Similar Questions and Discussions

    1. CMS Photo Gallery
      I need to create a Photo Gallery for a client who wants access to change images in the albums. The gallery contains about 6 albums and I am not...
    2. PS web photo gallery
      I'm new to "developing" - a term I use very roughly as I have such a surface knowledge. I just want to create a family site. I have CS2 - would like...
    3. Photo Gallery?
      I am trying to find a tutorial or extension that would allow me to do the following: Using only one base driven page (pulling images from my...
    4. Web Photo Gallery
      Hi group ! To my great surprise, I created a Web Photo Gallery in about 3 minutes ! This option is amazing ! If you want to see the result, go...
    5. PHP Photo Gallery
      After spending many hours trying to find a simple looking, fast,dynamic php photo-gallery for my digital pictures, I decided to code a my own. ...
  3. #2

    Default Re: Web Photo Gallery - transparent

    Why did you double post your question. Please do NOT ever do this, because this
    will confuse and make things more miserable and difficult for user-to-user
    participants's equitable participation or keep tracking more than two forums
    under same topic by same OP.

    Finally, please refer to your first post where I gave you a tip or advice.
    Please kindly read it under general dreamweaver discussion.

    Good luck.

    Deaf Web Designer Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139