Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
stay_asleep #1
Preloader for jpgs
Just a quick question.
I have been working on the photography gallery section of my site
[url]http://www.unxposed.net/photography.htm[/url] which has a fair few images and
rollover images. Is there some codeing I can do to create a simple preloader so
all the images for the photgraphy index and the large versions of each
photograph are downloaded before the viewer is allowed to see the index, giving
it a smooth and professional feel after the initial wait, instead of seeing all
the images scroll down as they are loading. If so, can you point me in the
direction of a tutorial. Thanks for your time guys.
Colin.
stay_asleep Guest
-
Trouble with JPGs
I'm running Photoshop 5.0 in the Classic environment of Mac OS x.2.8. Recently I've been having trouble with saving and opening JPG images. I cannot... -
How to cut jpgs in Flash 5?
Just started with Flash, going ok, but... I have imported some jpg graphics into Flash and want to trim them - imagine a Tetris piece, the 'L'... -
jpgs aren't publishing to web
I cannot get my jpgs to publish to the web. I just get a blank space where the photo or graphic should be, and a little box at the top left hand... -
Can't open jpgs
OK, this has probably been covered a zillion times so flame away, but I've tried the help resources and not found anything of use. I have fairly... -
anyone here tonight? Need jpgs, please
Hi, anyone who is here tonight. I am helping to test for a problem with mail attachments that may be caused by EXIF data in jpgs. But since I don't... -
Murray *TMM* #2
Re: Preloader for jpgs
A 200K page will behave like a 200K page no matter what you do. There is
just no free lunch.
One slick trick you can do, however, is to not download the larger images at
all until they are requested. To do this, you would need to use javascript,
however. DW gives you two ways to do this:
1. Use some custom javascript to 'dynamically' swap the source statement of
a placeholding image - this is how the PVII ShowPic extension works -
[url]http://www.projectseven.com/[/url]
2. Use DW's Set Text of Layer behavior to write a new image tag into a
'placeholder' layer on the page. This is how I do the small thumbnails on
this page -
[url]http://www.fairfaxboulevard.com/f_node-photos.shtml[/url]
In the former case, the ShowPic extension prevents the page from being
encumbered with the weight of each larger image until the thumb is clicked.
In the latter case, the STOL behavior prevents the page from being
encumbered with the weight of the 20 or so 'thumb' images. I also use the
JustSo Picture Window extension to enlarge the thumbnail images onclick in a
separate window so that the page is not encumbered with the weight of those
images, either.
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"stay_asleep" <webforumsuser@macromedia.com> wrote in message
news:dpm230$k0j$1@forums.macromedia.com...> Just a quick question.
>
> I have been working on the photography gallery section of my site
> [url]http://www.unxposed.net/photography.htm[/url] which has a fair few images and
> rollover images. Is there some codeing I can do to create a simple
> preloader so
> all the images for the photgraphy index and the large versions of each
> photograph are downloaded before the viewer is allowed to see the index,
> giving
> it a smooth and professional feel after the initial wait, instead of
> seeing all
> the images scroll down as they are loading. If so, can you point me in the
> direction of a tutorial. Thanks for your time guys.
>
> Colin.
>
Murray *TMM* Guest



Reply With Quote

