How do I place HTML content above a Flash movie?

前端 未结 6 1182
伪装坚强ぢ
伪装坚强ぢ 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

    Make sure the FlashVar "wmode" is set to "transparent" or "opaque," but NOT the default, "windowed"... then you should be able to use CSS z-index

提交回复
热议问题