Youtube Flash block Jquery content

My site embed a Youtube video, I encounter the video is blocking jquery light box content. How can I send the video behind light box?

Can you provide a link? It make be caused by the wmode or the embed. Make sure you have something like this:

wmode=“transparent

or

<param name=“wmode” value=“transparent” >

Does that help?

Thank you ralph.m, it solve the problem. Beside that we found another workable way, wmode=opaque.

Great, glad that helped. :slight_smile: