Loading Images with Flex

Ask a Question related to Macromedia Flex General Discussion, Design and Development.

  1. #1

    Default Loading Images with Flex

    I have a site that displays different architecture projects and each project
    has five images that go along with it. When I select a project, the flex app
    goes out and gets the five images and loads them up. The files are about 200KB
    in size. Each project page takes 3-4 seconds to lad because it needs to grab
    these images first. However, once I have been to the page and try to go back
    it is real fast because I assume it is using the images from the cache. Is
    there a way once the site is loaded up for me to lazy load all the images into
    the browser cache so that when a user decides to browse to the projects pages
    that these images load up from cache?

    ChiefRocka00 Guest

  2. Similar Questions and Discussions

    1. tree loading swf (Bug in flex 3)
      Hi all, Is it possible to get a tree to load a swf (app) without getting the 1034 Type coercion error? Peter D has an example on his site that...
    2. Loading Images
      Hi, I'm very new to Flash so please give me a break.... I want to load an image dynamically into a component using loadMovie theImage._width...
    3. [FMX] Loading images
      I have the following problem: On a on(release) event of a thumbnail the movie has to load an jpg which is in a map on website (pics). I have...
    4. images and loading
      hey, I am making a website (in flash) and i am animating a logo at the start, I have made the logo as a gif (It doesnt loose much quality). But i...
    5. images not loading
      I've created a portfolio that works great when I create a regular Projector. But when I try to publish it and view the Shockwave file in a browser...
  3. #2

    Default Re: Loading Images with Flex

    You can just create a bunch of image controls in AS and use load(url) to retrieve them, loading one after another on their events.
    slaingod 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