I saw several tutorials on how to create a JavaScript preloader for images. Can I use a JavaScript preloader for other JavaScript?
My site uses mootools (and others) for animation and a large number of images, etc., so it takes some time to load. Is it possible for the website to have a βdownloadβ in the center of the page and nothing else - until all Javascript libraries have loaded, all image downloads, etc. The website has about 300 thousand JavaScript (compressed), 800 thousand images on the first page.
In a pure flash design, it is possible for a flash movie to simply download the download in front of any of the associated libraries, other code, images, downloads and appearances. Can this be done in JavaScript?
source share