Lightbox/ThickBox/GreyBox pod Flash objektom
Posted by admin in tips
Uporabljaš LightBox in Flash objekt na svoji strani? Problem se pojavi, ko odpreš LightBox, se Flash objekt prikaže nad odprtim oknom.
Obstaja enostavna rešitev za tvoj problem!
Dodaj spodnjo kodo v object parametre:
<param name=”wmode” value=”transparent”></param>
Dodaj še spodnjo kodo v <embed> oznako:
wmode=”transparent”
To je to! Flash se bi sedaj moral nahajati pod LightBox-om skupaj z ostalo stranjo.



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