DIV ontop of flash

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

    DIV ontop 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

    • rollwithit80
      New Member
      • Jun 2008
      • 5

      #3
      anyone have any idea?

      Comment

      • acoder
        Recognized Expert MVP
        • Nov 2006
        • 16032

        #4
        I've copied this thread over to the Flash forum just in case there's a Flash solution. Post your code for the div.

        Comment

        • borzy
          New Member
          • Jul 2008
          • 1

          #5
          please can you help me.I saw your

          http://www.ffiles.com/flash/menus/horizontal_slid e_menu_1026.htm l?comments_to_s how=8#comments_ area

          and I'm very intrested in this menu but I can't add links to this buttons.

          Comment

          • Annalyzer
            New Member
            • Aug 2007
            • 122

            #6
            I don't know the solution, but I have an idea for a workaround. Have you considered setting the visibility of the div inside the function that runs the slide show? It's not clean and certainly not pretty, but it would reset the visibility every time the slide show changed images.

            Comment

            Working...