Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
ChiefRocka00 #1
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
-
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... -
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... -
[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... -
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... -
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... -
slaingod #2
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



Reply With Quote

