Hi,
I have 10 thumbnails of pictures. When I click on them, I want to load the full size picture on the fly. The reason for this is so that I dont have to preload each one, which takes a long time. Please help.
Tim
Hi,
I have 10 thumbnails of pictures. When I click on them, I want to load the full size picture on the fly. The reason for this is so that I dont have to preload each one, which takes a long time. Please help.
Tim
well if you want the ful size of each.
What you do is if your thumbnails and flash movie is gonna be on the internet you upload each picutre then when you make the thumbnails a button you direct them to the link.
If this Movie your making is only for showinf friends and family basically do thjis.
on (release) {
gotoAndStop(“Full Pic”);
}
Since gotoAndStop(“full pic”); will only work if you label the fram called full pic
What you do is add a new frame and put your full picture in there
and when done go to the propities of the frame and name it
“Full Pic”
Yes, but that would have to be preloaded. I need to load each image as it is accessed so the preloading doesn’t take forever.
loadMovie(target);
*Originally posted by fluid_0ne *
**loadMovie(target); **
I don’t think that’s helpful :sigh:
It should be [AS]loadMovie(url, targetClip)[/AS] or [AS]targetClip.loadMovie(url)[/AS]
And he said he wants to be able to preload on loading. A whole bunch of crap about preloading dynamically imported content (.jpgs, .swfs) can be found here…
http://www.kirupaforum.com/forums/showthread.php?s=&threadid=15472
Hope you find it useful :thumb:
:: Copyright KIRUPA 2024 //--