# External swfs not working properly

**URL:** https://forum.kirupa.com/t/external-swfs-not-working-properly/118556
**Category:** Uncategorized
**Created:** [August 6, 2004, 4:51pm UTC](https://forum.kirupa.com/t/external-swfs-not-working-properly/118556 "2004-08-06T16:51:37Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![serket](https://avatars.discourse-cdn.com/v4/letter/s/b38774/32.png) [@serket](https://forum.kirupa.com/u/serket)
#### Post date: [August 6, 2004, 4:51pm UTC](https://forum.kirupa.com/t/external-swfs-not-working-properly/118556/1 "2004-08-06T16:51:37Z")

</div>

erw querw za

---

<div class="post-metadata">

### Author: ![serket](https://avatars.discourse-cdn.com/v4/letter/s/b38774/32.png) [@serket](https://forum.kirupa.com/u/serket)
#### Post date: [August 7, 2004, 11:41pm UTC](https://forum.kirupa.com/t/external-swfs-not-working-properly/118556/2 "2004-08-07T23:41:03Z")

</div>

Somebody please help.

---

<div class="post-metadata">

### Author: ![scotty](https://avatars.discourse-cdn.com/v4/letter/s/91b2a8/32.png) [@scotty](https://forum.kirupa.com/u/scotty)
#### Post date: [August 8, 2004, 8:16am UTC](https://forum.kirupa.com/t/external-swfs-not-working-properly/118556/3 "2004-08-08T08:16:13Z")

</div>

You have a path problem, skip all the \_root/level0  
For the next button

```auto
on (release) {
	this.current_clip++;
	screen.loadMovie("clip"+(this.current_clip)+".swf");
}

```

And for the thumbnail

```auto
on (release) {
	screen.loadMovie("clip4.swf");
	this.current_clip = 4;
}

```

Hope that helps:)

scotty(-:

---

<div class="post-metadata">

### Author: ![serket](https://avatars.discourse-cdn.com/v4/letter/s/b38774/32.png) [@serket](https://forum.kirupa.com/u/serket)
#### Post date: [August 8, 2004, 5:07pm UTC](https://forum.kirupa.com/t/external-swfs-not-working-properly/118556/4 "2004-08-08T17:07:25Z")

</div>

Thank you scotty! I believe this will help.

What about Loading the movies (different menus/thumbnail menus) via the navigation buttons (menu1 - menu2)?

---

<div class="post-metadata">

### Author: ![scotty](https://avatars.discourse-cdn.com/v4/letter/s/91b2a8/32.png) [@scotty](https://forum.kirupa.com/u/scotty)
#### Post date: [August 8, 2004, 6:24pm UTC](https://forum.kirupa.com/t/external-swfs-not-working-properly/118556/5 "2004-08-08T18:24:17Z")

</div>

LOL, I’ve got a lot suggestions, but without a fla (or more info) that wouldn’t make any sense:lol:  
So…

scotty(-:

---

<div class="post-metadata">

### Author: ![serket](https://avatars.discourse-cdn.com/v4/letter/s/b38774/32.png) [@serket](https://forum.kirupa.com/u/serket)
#### Post date: [August 10, 2004, 1:25am UTC](https://forum.kirupa.com/t/external-swfs-not-working-properly/118556/6 "2004-08-10T01:25:26Z")

</div>

OK scotty. Here is the fla file. Referring to the main\_gallery. Notice that when you test the file- everything seems to load just fine. However when you try to scroll the bottom menu - it does not move. And the same thing happens when you click on menu two it seems to load fine though the buttons do not work. How do I resolve this?

Also, another thing I noticed is the when I click on the menu 2 button and then try to click the next button (the green arrow button top right) it goes to the second photo of the first menu. Is there a way to change the action of those top buttons when someone clicks on the menu 2 button?

---

<div class="post-metadata">

### Author: ![serket](https://avatars.discourse-cdn.com/v4/letter/s/b38774/32.png) [@serket](https://forum.kirupa.com/u/serket)
#### Post date: [August 10, 2004, 1:48am UTC](https://forum.kirupa.com/t/external-swfs-not-working-properly/118556/7 "2004-08-10T01:48:46Z")

</div>

Here are the additional files.
