# My first flash website with problems!

**URL:** https://forum.kirupa.com/t/my-first-flash-website-with-problems/29451
**Category:** flash
**Created:** [August 26, 2003, 11:05pm UTC](https://forum.kirupa.com/t/my-first-flash-website-with-problems/29451 "2003-08-26T23:05:06Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![barnettgs](https://avatars.discourse-cdn.com/v4/letter/b/85e7bf/32.png) [@barnettgs](https://forum.kirupa.com/u/barnettgs)
#### Post date: [August 26, 2003, 11:05pm UTC](https://forum.kirupa.com/t/my-first-flash-website-with-problems/29451/1 "2003-08-26T23:05:06Z")

</div>

Here it is:

[http://www.ljndesigns.com/test.htm](http://www.ljndesigns.com/test.htm)

For fla files:

[http://www.ljndesigns.com/newone3.fla](http://www.ljndesigns.com/newone3.fla)

[http://www.ljndesigns.com/photo.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

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 27, 2003, 12:31am UTC](https://forum.kirupa.com/t/my-first-flash-website-with-problems/29451/2 "2003-08-27T00:31:12Z")

</div>

lemme guess:

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

```auto

_root.gotoAndPlay(1);

```

should be

```auto

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

```

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 27, 2003, 10:07am UTC](https://forum.kirupa.com/t/my-first-flash-website-with-problems/29451/3 "2003-08-27T10:07:49Z")

</div>

It worked fine now. 🙂
