How do I place HTML content above a Flash movie?

前端 未结 6 1114
伪装坚强ぢ
伪装坚强ぢ 2021-02-03 12:00

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

6条回答
  •  臣服心动
    2021-02-03 12:51

    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.

提交回复
热议问题