A site I\'m working on has Flash headers (using swfobject to embed them). Now I\'m required to code in a bit of HTML that\'s supposed to overlap the Flash movie.
I\'ve t
Set this flash variable like this
s1.addParam("wmode","transparent");
then in the div tag use this style
style="z-index:inherit;
The problem will be solved.