If we have a pop-up (or more accurate an overlay) on a page (a chat window, survey etc.) and the page has flash the flash will be above the window.
In order for the flash to stay behind it should have a parameter – “wmode” set to “transparent”.
1 |
<span class="tag" style="color: #800000;"><param</span><span class="atn" style="color: #ff0000;">value</span><span class="pun">=</span><span class="atv" style="color: #0000ff;">"transparent"</span><span class="atn" style="color: #ff0000;">name</span><span class="pun">=</span><span class="atv" style="color: #0000ff;">"wmode"</span><span class="tag" style="color: #800000;">></span> |