• Searched forums. Seems like maybe linking SWF within the plugin doesn’t quite work correctly yet?? Not working for me in IE9. I thought it was a z-index thing so I tried a bunch of CSS to get it and could not.

    Also, I noticed that changing wmode from anything besides Window (eg Transparent), hides the SWF completely for me. It simply disappears. You can right-click and get the typical flash menu.

    http://wordpress.org/extend/plugins/wp-bannerize/

Viewing 3 replies - 1 through 3 (of 3 total)
  • same here.. pls i need solution fast..

    got it.. you need to add transparent background-image into <a> tag which represents click area.

    in the wp bannerize settings add custom css like this:

    div.wp_bannerize a {
    background:url('YOUR-PATH-TO-TRANSPARENT-IMAGE.png/gif');
    }

    plugin developer should think about including this little hack to make it work in IE9

    Yeap, confirmed..

    Zabatonnis’ hack with the transparent png works fine for IE.
    Cheers.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WP Bannerize] SWF in Internet Explorer links don't work, wmode broken’ is closed to new replies.