Adding preloader to beginning of movie

Hi its me again,

I as stated im anewbie to flash, anyway i was doin the tutorial ‘percentage preloader with load bar’ & ‘create a photo gallery’ anyway i was wondering how do i add the preloader to the beginning of the photo gallery movie?

Thanks for your help

Andy

In your preloader movie put the gallery in frame3
change this

if (bytes_loaded ==                                  bytes_total) {
                                 this.gotoAndPlay(3);

in

if (bytes_loaded ==                                  bytes_total) {
                                 this.gotoAndStop(3);

scotty(-:

Hi scotty,

Cheers again, mate,i made the chnages you suggested. now when i run the movie the preload bar doesn’t increase, like you see it doin in the net? howcome?

Cheers again mate appreciate your help.

Andy

Or if you test your movie (CTRL+Enter), hit CTRL+Enter again to simulate a download, you can set the setting (modem, cable etc) in the View menu (I believe that what it is in MX).
Or what’s happening is that your movie is too “small” since in the gallery you load all the images;)
Btw, in the code of the gallery is “room” for a preloader:)

scotty(-: