Tutorial Change WMode with jQuery
If you don't set the wmode on a flash embed it will float over the top of an overlay which can be a pretty big deal. This is ideal in en...
https://iskablogs.blogspot.com/2014/03/tutorial-change-wmode-with-jquery.html
If you don't set the wmode on a flash embed it will float over the top of an overlay which can be a pretty big deal. This is ideal in environment with lots of legacy video code or where users will be posting new code and teaching them about wmode is a lost cause. This should work in all browsers.
$("embed").attr("wmode", "opaque");
var embedTag;
$("embed").each(function(i) {
embedTag =
$("embed").attr("wmode", "opaque");
var embedTag;
$("embed").each(function(i) {
embedTag =