I have a page which displays dynamic flash content from issuu.com. I need to add wmode=\"transparent\" because otherwise navigation menu shows under flash. Is t
wmode=\"transparent\"
Last time I checked, altering wmode by JS didn't work. Once the Flash object has been created, changing its wmode value has no real effect.
You would need to do this from either the backend or if that's not a possibility, in JS BUT before writing the object.
HTH