A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: the need for speed

  1. #1
    Member
    Join Date
    Jun 2001
    Posts
    43
    I need a little advice from the gurus regarding a more user-friendly site. My main concern is the downloading time for a picture section in my site. I basically set up a simple GoTo driven scene that goes from thumbnails to enlargements. The problem is the more pictures I add the bigger the file gets (obviously). Now the enlargements are compressed down to manageable sizes (50k) but when the scene involves 30 some odd shots, the page gets into the 1.5mb range. So loading the scene for the 56kers comes in at a snail's pace.

    So my question is how to make a progressive load or load on demand. So eventually when I add more and more pics to this section, the file would get in the 2 – 3mb range. But rather than wait for all the pics to load, what's the trick to presenting the opening menu to the pics without waiting for everything to load? I know I could use a preloader but that would still involve waiting for all the pics to load.

    So should I set up the menu on the opening scene and jump to additional scenes for the pics? Or can I leave them all on the same time line and load when needed? So the bottom line, for a picture/slide-show presentation, what's your advice for a more user-friendly presentation?

    Thanks in advance.

  2. #2
    An Inconvenient Serving Size hurricaneone's Avatar
    Join Date
    Mar 2001
    Location
    You know where
    Posts
    1,918
    Hi
    50k is still pretty large if you're talking about thumbnails - you could easily make them smaller, maybe.

    Whatever.

    I don't know how your page is set up, but if you have 1 or 2 images viewable when the file opens, the others should stream in behind. If you have all your linked larger images in the same file, take them out and place them all in separate swfs and then use LoadMovie when the user clicks a thumbnail.

    Hope this helps
    Cheers

  3. #3
    Member
    Join Date
    Jun 2001
    Posts
    43

    need for speed reply

    Actually my thumbnails are 10k jumping to (Goto frames) 50k enlargements. So can you loadMovie inside another movie?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center