DIV on top of flash

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rollwithit80
    New Member
    • Jun 2008
    • 5

    #1

    DIV on top of flash

    Hi Guys,
    I have an embedded flash file that contains a button when clicked displays a div object over the flash file by setting the div visibility attribute to visible. This is done by activating a javascript.

    I have also taken into consideration the z-index of the div ad setting the flash to

    <param name="wmode" value="transpar ent">

    It works fine and the div objects displays over the flash.

    However, I have a slide show running in the background, and whenever the slide show changes to the next image the div objects disappears. I'm not sure how to prevent this. Does anyone have any ideas?

    Much appreciated.

    d
  • rollwithit80
    New Member
    • Jun 2008
    • 5

    #2
    so does anyone know if it is possible to have a div object appear over an embedded flash file that wont disappear when an action or event occurs in flash?

    i can get the object to appear fine, but it disappears when something occurs in flash.

    daniel

    Comment

    • acoder
      Recognized Expert MVP
      • Nov 2006
      • 16032

      #3
      Copied from the HTML forum. You may want to post some relevant code to see if the experts here can help.

      Comment

      • lpvoid
        New Member
        • Jun 2008
        • 1

        #4
        publish your movieClip as : window mode = Opaque Windowless

        Comment

        Working...