I messed around with that page in with Firebug and added an attribute
to the generated embed tag like so:

style="position:relative;z-index:0;"

and this fixed the issue, even without changing the wmode attribute.
Maybe add this to your CSS:

embed, object {
    position: relative;
    z-index: 0;
}

Hope this works for you.

Joel Birch.

Reply via email to