How to add wmode=“transparent” for every flash object & ebmed tag?

后端 未结 6 715
無奈伤痛
無奈伤痛 2020-12-14 04:29

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

6条回答
  •  一生所求
    2020-12-14 05:12

    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

提交回复
热议问题