Not signed in (Sign In)

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

  1.  
    While SWFObject is working flawlessly in Moz/FF and IE 7, Opera (9) and Safari (3) are behaving badly.

    I have the following for the embed code:
    <script type="text/javascript">
    // <![CDATA[

    var so = new SWFObject("slideshow/slideshowLarge1/slideshow.swf", "slideshow1", "303", "410", "8", "#FFFFFF");
    so.addParam("wmode", "transparent");
    so.addParam("base", ".");
    so.addParam("menu", "false");
    so.addParam("align", "t");
    so.useExpressInstall('http://truther.org/swf/expressinstall.swf');
    so.write("mainSlideShow");

    // ]]>
    </script>

    Anyone have experience with Opera and Safari behaving in this manner? I fudged with the wmode being opaque and transparent, but to no avail.

    http://truther.org/index.html

    Gracias!
    • CommentAuthorGeoff
    • CommentTimeOct 30th 2007
     
    it's probably a css issue.. have you tried messing with the css for the parent div element?