Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
IE downloads .swf's, which are in 'display: none' div's. HELP prevent the 40min download
hi,
Please, go here first with FF or any other decent browser... open the source code... and then revisit the page only with IE..
As you can see, I have several div's with display: none css property, and the page dynamically opens/closes the players depending on the click on a thumbnail to the left... the problem is that IE downloads the source videos on page load, as far as i see.. the page loads very slowly, so i tried to wait... i waited for around 30 mins and the page started to appear, which leads ot the conclusion that there is no error, it just loads many mb's..
please don't mind the crazy page source, couse this was a result of hacking both html, js and css for that crappy ie...
Do you have any ideas how to preven IE from downloading the .swf videosat page load?
my first thought is to make the thumb click trigger an InnerHTML function to dynamically code the player, rather than simply hide or show it.. any ideas are appreciated... thanks
Please, go here first with FF or any other decent browser... open the source code... and then revisit the page only with IE..
As you can see, I have several div's with display: none css property, and the page dynamically opens/closes the players depending on the click on a thumbnail to the left... the problem is that IE downloads the source videos on page load, as far as i see.. the page loads very slowly, so i tried to wait... i waited for around 30 mins and the page started to appear, which leads ot the conclusion that there is no error, it just loads many mb's..
please don't mind the crazy page source, couse this was a result of hacking both html, js and css for that crappy ie...
Do you have any ideas how to preven IE from downloading the .swf videosat page load?
my first thought is to make the thumb click trigger an InnerHTML function to dynamically code the player, rather than simply hide or show it.. any ideas are appreciated... thanks
0
This discussion has been closed.