Ask a Question related to Macromedia Director Lingo, Design and Development.

  1. #1

    Default Loading Times

    Hello.

    I've got a projector that I'm burning to CD, but a problem I have is the loading speed. There seems to be a long delay before anything appears on screen, but even when it does finally appear some of the elements still haven't loaded in.

    I tried removing elements until I was back to the basic elements and put a loading page in (using 'preLoadMember') to store the most urgent elements in the timeline.

    But this didn't work as one of the first requirements is a sound file that announces the CD title. And a lot of the time the first word gets chopped.

    Is there anyway of creating a loop in the timeline to make sure all elements up to say frame 100 have been correctly loaded?

    Any help would be great, many thanks for you time.
    Meeesta.


    meeesta webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. Loading Acrobat Multiple Times In One session
      at my workplace, we are developing a new website that will have all financial report requests published to the screen as a pdf. When these reports...
    2. Loading Acrobat Multiple Times
      at my workplace, we are developing a new website that will have all financial report requests published to the screen as a pdf. When these reports...
    3. Loading user controls many times in a page is a good solution?
      Hi, One of the features in my project is to show the content one by one. We have several types of content, such as "Articles", "Books", "Images"...
    4. loading MC loading text path question? link fixed
      Sorry my link to the files was bad before try this link 8) this is the code in the frame of the shell.fla //load Movie Behavior
    5. #13024 [Com]: Problems with PHP on Apache .. when loading php script a few times Apache crash
      ID: 13024 Comment by: javri28 at hotmail dot com Reported By: j_barrancos at hotmail dot com Status: Bogus Bug...
  3. #2

    Default Re: Loading Times

    Yes, preload and preloadMember don't hold the playback head. They just
    control the process of loading assets into memory. Use the loaded of
    member property to test for loading.

    You could set up a loop on a few frames, put your preload command(s) in
    a frame before the loop, and then test for the loaded value of the last
    member to be loaded in the last frame of the loop. If it's not loaded,
    then loop, if it is loaded then move to a new frame.

    --
    Rob
    _______
    Rob Dillon
    Team Macromedia
    [url]http://www.ddg-designs.com[/url]
    412-243-9119

    [url]http://www.macromedia.com/software/trial/[/url]
    Rob Dillon Guest

  4. #3

    Default Loading times

    Hi,

    I'm new to the Flash game and have only made a few things in falsh. I always find that they take a long time to view over the web. I was wondering if anyone knows ways to keep the speed up. [url]www.requiemforadream.com[/url] and [url]www.donniedarko.com[/url] are good examples of what im looking for.


    Forever December webforumsuser@macromedia.com Guest

  5. #4

    Default Re: Loading times

    try, (if you have any which you would) making all the button graphics from one sympol, instead of lets say 5 different images. Also, any bitmaps which youve imported make them lessa quality, used shared symbols, be careful with sound, cos it slows it down,m same with movies, optimise you images - this will help the views cpu handle the site, so by delting som of the lins on a bitmap with realy quickin it up, you can also get cool meffect with that, thats about al i can think of
    hope it helps



    GilesW webforumsuser@macromedia.com Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139