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
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
Comment