For You Kirupa Kats

*Originally posted by andrthad *
**Hi ryanoe,

When you go from 2advanced’s splash page to their flash page I don’t see any white box. It just goes straight to their dark blue flash page.

Mine you see a white box and then my gray/black flash page.

What gives? **

You need to preload your images put this code in your head and change the image1.src to the location of your image then specify your background image in the body.

that should work.

<script language="JavaScript">
<!--
image1 = new Image();
image1.src = "images/background1.jpg";
-->
</script>

-z