views:

224

answers:

1

Hi,

I am using colorbox a jquery plugin to emulate modal window which is not able to overlay flash movies and youtube video.

I have experimented with the z-index but nothing seems working.

Please enlighten me on this. thnx in advance

+1  A: 

Flash movies should have their wmode parameter set to transparent. If not, they get the highest z-index slot. transparent put them at the default page level.

easement
how to set wmode to transparent
ankit sachan
Does this help: http://joshuaink2006.johnoxton.co.uk/blog/82/flash-content-and-z-index ?
Rew
ok its done thnx for help
ankit sachan
Add this in your embed/object code for the flash <param name="wmode" value="transparent">
easement