• missing xbfish.com image

Flash overlaps Lightbox/Thickbox

missing xbfish.com image
Posted on

Example:

The flash object actually overlaps Lightbox or Thickbox image.

Solution:
Add the following code after the Object tag.

1
<param name="WMode" value="transparent"></param>

And add the following code in the Embed tag.

1
wmode="transparent"

It should looks something like this:

1
2
3
4
<object width="300" height="220">
<param name="WMode" value="transparent"></param><param name="movie" value="http://www.flash.com"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param>
<embed wmode="transparent" src="http://www.flash.com" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="300" height="220"></embed>
</object>

Result:

3 Comments

  • September 7, 2010 - 2:25 pm | Permalink

    Thanks! Seriously, you made my day!
    You’re the best :D !!
    thxthxthx!

  • September 28, 2010 - 11:52 pm | Permalink

    Thanks.. this helped me a lot!

  • Leuname
    November 11, 2010 - 12:15 pm | Permalink

    Awesome! That did the trick! Thanks!

  • Leave a Reply

    Your email address will not be published. Required fields are marked *

    *

    You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">

    Spam protection by WP Captcha-Free