a webmaster learning community
     Home    Register     Search      Help      Login    
FrontPage Alternative
Sponsors

Hosting from $3.99 per month!

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions. dd

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

 

Preloading images and flash

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> General Web Development >> Preloading images and flash
Page: [1]
 
Skeelo

 

Posts: 1
From: None
Status: offline

 
Preloading images and flash - 4/8/2001 18:49:00   
I need to know how to do this...PLEASE do not post the Javascript code to preload images on a preceding page...I need to preload on the page that is being accessed...and display all graphics and flash at the same time. Anyone have ideas on how to do this.
abbeyvet

 

Posts: 5095
From: Kilkenny Ireland
Status: offline

 
RE: Preloading images and flash - 4/9/2001 20:14:00   
Preloading images on a page when they are intended to appear on the same page is only useful if these are intended as mouse over images. That way when someone mouses over an image the alternative will appear right away - as it is preloaded - rather than having to be loaded only when the request for it is made.

Preloading images that are intended to appear normally is an oxymoron - they have to be loaded whatever you call it so whether you call it load or preload is immaterial.

If the former (ie alternative mouseover images) is what you want to preload then this will do it:

<SCRIPT language="JavaScript">
<!--
var preload=new Image();
preload.src="(insert name of image here)";
-->
</SCRIPT>

This is likely the one you didn;t want to see but I am not aware that this is to do with previous pages. When I want to preload an image on a previous page I just insert that image at the very bottom of the page, below my last table, and then change its proportions to 1x1 pixels. That way it is invisible on the page and loads itself after the rest of the page has loaded fully.

Sorry of this is no help - if you post again with a more specific description of what you are trying to do perhaps someone else will have a suggestion.

------------------
Katherine

InKK Design
LinKKs - Kilkenny's Online Magazine


-*-*-*-*-*-*-*-*-*-*
"Dogs have owners, cats have staff!"


(in reply to Skeelo)
Marr

 

Posts: 303
From: Lincoln, Nebraska, USA - GO HUSKERS!!!
Status: offline

 
RE: Preloading images and flash - 4/9/2001 20:33:00   
Are you talking about a Flash preloader movie? If so - you are talking about a separate flash movie that plays while your main movie loads or the first part of the Flash movie (scene). This has do be done in Flash too - or Swish - whichever you are using.

Consult the help files on building a preloader. Both Flash and Swish has info about them.

Marr

------------------
Marrianne Williams
OutFront News
Stu Reilly Design
DreamweaverSites.com - Dreamweaver Templates


(in reply to Skeelo)
Page:   [1]
OutFront Discoveries

All Forums >> Web Development >> General Web Development >> Preloading images and flash
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts