I am having some troubles embedding videos in a jQuery dialog. It displays and plays all well but it is always in front of other dialogs. When I pass another dialog over the one with the video the video stays on top of everything… Can anyone help?
Share
Your issue has nothing to do with jQuery or JavaScript. It has to do with the z-index of a Flash object.
I’ve used this solution before with success…
http://manisheriar.com/blog/flash_objects_and_z_index
Put your Flash content into a wrapper
divcalledflashAdd
<param name="wmode" value="transparent">to yourobjecttagAdd
wmode="transparent"into theembedtagUse CSS to set the
positionandz-indexfor yourdiv(don’t set negative z-index values as it will hide your Flash)CSS
HTML