html - IE7: Flash playing in hidden divs :( -
The landscape inside has a bunch of divs with flash content; Clicking on the menu will show these flash divisions filled / hidden I have problem IE 7 plays these divs before I "show" them.
Many thanks in advance, LNV.
Just one thought: when you view Div's visibility (with Javascript) If you modify, then maybe you can set your Flash embed element?
Something like this:
& lt; Script & gt; Function showflipflopdiv () {someDiv = document.getElementById ("flipflopdiv"); SomeDiv.style.visibility = "visible"; SomeDiv.innerHTML = '& lt; Object width = "[...] gt; '}}
Comments
Post a Comment