Div Z-Index issue with Flash movie

后端 未结 2 1180
有刺的猬
有刺的猬 2020-11-28 15:13

I have two simple HTML divs one contains flash movie and another div contains simple text now my problem is that i have to put textual div onto the flash movie div what i am

相关标签:
2条回答
  • 2020-11-28 16:02

    Here is a blog post that explains this issue

    Flash content and z-index

    Use

    <param name="wmode" value="transparent"> 
    

    From Flash OBJECT and EMBED tag attributes

    wmode

    Possible values: window, opaque, transparent. Sets the Window Mode property of the Flash movie for transparency, layering, and positioning in the browser.

    * window - movie plays in its own rectangular window on a web page.
    * opaque - the movie hides everything on the page behind it.
    * transparent - the background of the HTML page shows through all 
      transparent portions of the movie, this may slow animation performance.
    
    0 讨论(0)
  • 2020-11-28 16:02

    I had this problem with Flash getting in front of my fly-out menus. I tried two different techniques for element z-index re-ordering and they only worked for IE10.

    This morning, I tried something that worked for all versions of IE, down to 7.

    http://willstechcafe.wordpress.com/2013/06/20/overlays-vs-flash/

    0 讨论(0)
提交回复
热议问题