Does this code alsodeterminesthe load orderof images?because now the preloadimage (intro.gif) isn't the firstto load.
What determinesthe sequence of images actually? should notpreload img thefirstimagesto load?
Evenusingyoursolutionto modifythe index.html file (best solution), the browser first try to loadtwo imagesthat are inside thedivEdge, howcan it be possible?
I deleted preloader in Edge and now, code in index.html is:
<body style="margin:0;padding:0;height:100%;">
<div id="container" style="margin:0;padding:0;height:100%;background: url(images/intro.gif) no-repeat center center;">
<div id="Stage" class="EDGE-67786006">
</div>
</div>
</body>