Flash Games

 FAQ   Search   Members   Groups   Register  User Control Panel      Login 

Your time now:
Mon Nov 23, 2009 4:29 pm

All times are UTC + 1 hour




Post new topic Reply to topic  [ 3 posts ]  Bookmark and Share
Author Message
 Post subject: how to really preload an image before content?
PostPosted: Sat Feb 28, 2009 2:26 pm 
Offline

Joined: Thu Dec 18, 2008 11:26 am
Posts: 8
in fact how to achieve this sequence:

1) user requests index.html, style css
2) preloading image.jpg
3) loading and displaying content in <body></body>

these things didn't work for me:

<SCRIPT LANGUAGE="JavaScript">

Image1= new Image(498,527)
Image1.src = "body_bg-contacts.jpg"

</SCRIPT>

and

#preload img
{
height: 0; width: 0; border-width: 0;
position: absolute;
bottom: 0;
left: 0;
z-index: -30;
}

<div id="preload"><img style="visibility:hidden;position:absolute;top:-1000px;left:-1000px;" src="images/body_bg-res.jpg" /></div>

When I used the above or similar I still had smaller images and buttons loading before my main body_bg-contacts.jpg was actually loaded.

Any ideas of how to really control image preload?

I've tried some css and javascript codes, but as I said the MAIN IMAGE is not being loaded first.


Top
 Profile  
 
 Post subject: Re: how to really preload an image before content?
PostPosted: Sat Feb 28, 2009 3:34 pm 
Offline
100+ Club
User avatar

Joined: Tue Jan 06, 2009 5:14 pm
Posts: 124
Location: Minneapolis, MN
Hmm I don't know for sure... but try doing a few google searches. Here is one that I found

http://www.htmlgoodies.com/tutorials/we ... #preimages

best of luck!


Top
 Profile  
 
 Post subject: Re: how to really preload an image before content?
PostPosted: Mon Mar 02, 2009 4:48 am 
Offline

Joined: Thu Dec 18, 2008 11:26 am
Posts: 8
thank you for the reply

I finally worked it out by placing the code

#preload img
{
height: 0; width: 0; border-width: 0;
position: absolute;
bottom: 0;
left: 0;
z-index: -30;
}

<div id="preload"><img style="visibility:hidden;position:absolute;top:-1000px;left:-1000px;" src="images/body_bg.jpg" /></div>

AFTER the </body> tag


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group - Flash Games - TNX Invitation Code - TNX Review


Webmaster - Excruciating - Johnathan - Kotik - Ash - Tomi - rangana - Phate - dflynn - Medley