My first flash website with problems!

Here it is:

http://www.ljndesigns.com/test.htm

For fla files:

http://www.ljndesigns.com/newone3.fla

http://www.ljndesigns.com/photo.fla

The first problem is that when I click on ‘Sign Gallery’, it re-play the movie instead of pre-loading movie and play…i can’t see what is wrong with it (with my untrained eye!) :sigh:

And second problem is, I’m not quite sure how to put in preloader in existing movie (within newone3.fla) as I had to sort out the first problem above…

Hope you can tell me what’s wrong with it. Thanks

lemme guess:

check your photo.fla, first layer, second frame:


_root.gotoAndPlay(1);

should be


this.gotoAndPlay(1);
//or prevFrame();

It worked fine now. :slight_smile: