Lightbox/ThickBox/GreyBox under Flash object
Posted by admin in tips
Are you using LightBox and Flash object on your site? The problem appears when you open LightBox and your Flash object appears above the pop up.
There is a simple solution to your problem!
Place the following code in your object parameters:
<param name=”wmode” value=”transparent”></param>
Also add this code to <embed> tag:
wmode=”transparent”
That’s it! Flash should now be hidden under LightBox with the rest of the page.



You da MAN! Thanks.
I found your solution. But what file do I need to edit? I am using the Wordpress flv embed plugin to add .flv movies in my posts. The plugin JW Flash player (flvplayer.swf).
FLV embed use JW’s .swf player and two PHP files(flv-embed.php and flv-sitemap.php) and a swfobject.js….
Hi Jasper,
huh, I never tried this plugin, but I would try to to modify the
swfobject.jsfile.I inserted the code above in this
swfobject.jsfile. Here is the link to it and just try overwritting your file with it. Backup the old file, since I haven’t tested the plugin!I hope that solved your problem. If not, let me know and I’ll take the time to test the plugin myself and try to find the right solution.
bby