| tralfaz 2005-05-21, 7:19 pm |
| "Hasangd" <webforumsuser@macromedia.com> wrote in message
news:d6mu2o$bls$1@forums.macromedia.com...
> hi.. i wana know... how do we make it possible that... if we have
> slide show
> like movie or somethin like that , then how can we make it possible
> to show
> first image while other remain downloading in
> backend........streaming like
> behavior...sorry for my spelling mistakes as wel ;)
1) Create a 'holder' movieclip
2) From that holder movieclip, create a bunch of empty movieclips
using createEmptyMovieClip() function
3) Position the empty movieclips offstage with the _x parameter or
turn just turn off visibility
4) Using loadMovie, load your pictures into those empty clips
5) Add preloader to keep track of which pictures are loaded
6) Move the clips into position when you need them (or turn on
visiblity)
I could provide more detail on those steps but how much detail depends
on how much you already know how to do.
tralfaz
|