xaikus506
07-04-2006, 09:09 PM
hi guys i just wanna know how to add a loading screen cuz my page is loading a bit slow
|
Click to See Complete Forum and Search --> : How do i add a loading screen? xaikus506 07-04-2006, 09:09 PM hi guys i just wanna know how to add a loading screen cuz my page is loading a bit slow kaurotu 07-04-2006, 09:51 PM well you would have to get into Macromedia Flash and animation. it's not just like a code thing. one tip though(if images are the problem): trying making the images smaller in your image editing program then resize the images using the html code. or save them as either ".png" or ".gif" both have a lot smaller file sizes. that's my best guess felgall 07-05-2006, 02:01 AM Anything that adds a loading message while your page is loading will just make your page load slower making things worse. Make sure that all images are properly optimized for display on the web. If your page is still too big then consider splitting it into several pages. xaikus506 07-05-2006, 01:52 PM ok thanks for the info pacerier 08-04-2006, 12:38 PM you can try caching images into the user's computer by using image preloading. this can be done by loading the images on a dummy page and when the images have finished loading, it will bring them to your actual page. Load the images using <img src="pic/abc.gif" style="display:none;"> on your dummy page so that the images are cached but not displayed. to speed things up, you can actually add the size and width of the picture though there is very minimal difference in the loading time. to make sure that your dummy page redirects to your actual page, insert: <body onload="window.location='http://yourpage.com/123.html';"> instead of leaving your dummy page blank, you can add some words to inform your users that it may take some time to load the images webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |