# Major problems loading external swfs, please help

**URL:** https://forum.kirupa.com/t/major-problems-loading-external-swfs-please-help/185000
**Category:** Uncategorized
**Created:** [April 10, 2006, 5:11am UTC](https://forum.kirupa.com/t/major-problems-loading-external-swfs-please-help/185000 "2006-04-10T05:11:46Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![luckywolf](https://avatars.discourse-cdn.com/v4/letter/l/8491ac/32.png) [@luckywolf](https://forum.kirupa.com/u/luckywolf)
#### Post date: [April 10, 2006, 5:11am UTC](https://forum.kirupa.com/t/major-problems-loading-external-swfs-please-help/185000/1 "2006-04-10T05:11:46Z")

</div>

I am new to action scripting and loading external swfs. I’m trying to create a website in flash useing this technique but I’ve ran into some problems. Using the [COLOR=Black][U][[SIZE=2]Preloader & Transitions for Dynamic Files[/SIZE][/U] and [/COLOR][SIZE=2][COLOR=#006699][COLOR=Black][URL=“http://www.kirupa.com/forum/…/developer/mx/full\_site.htm”] Creating a Full Flash Site](http://www.kirupa.com/forum/../developer/mx/preloader_transition.htm)  
tutorials I am trying to make a flash site. So far it’s worked great until I tried to create a part of the site that needs to open up another external swf that also loads external swfs since not everyone might want to see everything in that section. I’ve been working all week trying to figure this out and I thought the easiest way to try this would be to use the direct file from Creating a Full Flash Site modified for my domain of course and try that but it still wont work. The file will load but you cant activate the links to laod the swfs. The file works fine by it’s self but if you put it in the main file it won’t work. Here’s an example.

The tutorial file from Creating a Full Flash Site… [http://www.luckycreations.net/projects/exp/clubkirupa.swf](http://www.luckycreations.net/projects/exp/clubkirupa.swf)

The main file I’m working with, it’s in “Careers”  
[http://www.luckycreations.net/projects/exp/main2.swf](http://www.luckycreations.net/projects/exp/main2.swf)

What am I doing wrong, or is there any other ways to try this. If you want the full fla just contact me and I’ll be happy to send it if you can help. Any help on this is greatly appreciated, thank you!

- Lucky[/COLOR][/COLOR][/SIZE]

---

<div class="post-metadata">

### Author: ![luckywolf](https://avatars.discourse-cdn.com/v4/letter/l/8491ac/32.png) [@luckywolf](https://forum.kirupa.com/u/luckywolf)
#### Post date: [April 11, 2006, 7:46am UTC](https://forum.kirupa.com/t/major-problems-loading-external-swfs-please-help/185000/2 "2006-04-11T07:46:14Z")

</div>

Thanks to all those interested in helping me. Basically I am trying to create a flash website which loads each section as you click on it, like most sites out there. The problem I’m having is the career section. That is supposed to load a external swf that also like the main swf loads external swf’s in it’s self. The actual career page has different years in the drivers career and when you click on each year it’s supposed to load that year which is its own swf. The file I showed on the forum has a sample from a tutorial of such a flash that loads external swf’s that works perfectly by it’s self. But when I load it in the main movie and go to click on the links that load the swf’s it does nothing as you can see. So any help on this is appreciated, so I can go ahead and send you the files themselves.

Here are the files…

[http://www.luckycreations.net/projects/exp/main2.fla](http://www.luckycreations.net/projects/exp/main2.fla)  
[http://www.luckycreations.net/projects/exp/main2.swf](http://www.luckycreations.net/projects/exp/main2.swf)  
are the main movie files

[http://www.luckycreations.net/projects/exp/about.swf](http://www.luckycreations.net/projects/exp/about.swf)  
[http://www.luckycreations.net/projects/exp/home.swf](http://www.luckycreations.net/projects/exp/home.swf)  
are the external swf’s the works making up the home page and about page if you need fla I can send that if you need.

Now here’s the fun part  
[http://www.luckycreations.net/projects/exp/clubkirupa.swf](http://www.luckycreations.net/projects/exp/clubkirupa.swf)  
[http://www.luckycreations.net/projects/exp/clubkirupa.fla](http://www.luckycreations.net/projects/exp/clubkirupa.fla)  
[http://www.luckycreations.net/projects/exp/locations.swf](http://www.luckycreations.net/projects/exp/locations.swf)  
[http://www.luckycreations.net/projects/exp/music.swf](http://www.luckycreations.net/projects/exp/music.swf)  
[http://www.luckycreations.net/projects/exp/membership.swf](http://www.luckycreations.net/projects/exp/membership.swf)  
[http://www.luckycreations.net/projects/exp/main\_content.swf](http://www.luckycreations.net/projects/exp/main_content.swf)  
are the files used for the movie that is supposed to load those external swf’s

[http://www.luckycreations.net/projects/exp/career.swf](http://www.luckycreations.net/projects/exp/career.swf)  
[http://www.luckycreations.net/projects/exp/career.fla](http://www.luckycreations.net/projects/exp/career.fla)  
is the what that section will actually look like. You’ll click on the years you want to view and those will load separately.

Thanks again, I really appreciate any help you can give.

- Lucky

---

<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: [April 11, 2006, 8:19am UTC](https://forum.kirupa.com/t/major-problems-loading-external-swfs-please-help/185000/3 "2006-04-11T08:19:50Z")

</div>

It’s a path issue, \_root refers to main timeline.  
Skip all ‘\_root’ in the button action and inside the transition mc replace ‘\_root’ with ‘this.\_parent’

scotty(-:

\*edit don’t crosspost :cool:

---

<div class="post-metadata">

### Author: ![luckywolf](https://avatars.discourse-cdn.com/v4/letter/l/8491ac/32.png) [@luckywolf](https://forum.kirupa.com/u/luckywolf)
#### Post date: [April 11, 2006, 8:36am UTC](https://forum.kirupa.com/t/major-problems-loading-external-swfs-please-help/185000/4 "2006-04-11T08:36:09Z")

</div>

> [@scotty](#):
>
> It’s a path issue, \_root refers to main timeline.  
> Skip all ‘\_root’ in the button action and inside the transition mc replace ‘\_root’ with ‘this.\_parent’
> 
> scotty(-:
> 
> \*edit don’t crosspost :cool:

Thanks for the suggestion but that didn’t seem to work at all. Infact it wouldn’t even load after that. Maybe I did it wrong but I replaced everything that said \_root with \_parent But thanks again.

- Lucky

---

<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: [April 11, 2006, 8:40am UTC](https://forum.kirupa.com/t/major-problems-loading-external-swfs-please-help/185000/5 "2006-04-11T08:40:19Z")

</div>

Did you make the changes in the career.fla?

scotty(-:

---

<div class="post-metadata">

### Author: ![luckywolf](https://avatars.discourse-cdn.com/v4/letter/l/8491ac/32.png) [@luckywolf](https://forum.kirupa.com/u/luckywolf)
#### Post date: [April 11, 2006, 8:49am UTC](https://forum.kirupa.com/t/major-problems-loading-external-swfs-please-help/185000/6 "2006-04-11T08:49:32Z")

</div>

> [@scotty](#):
>
> Did you make the changes in the career.fla?
> 
> scotty(-:

Wow, thank you so much!!! You are so awesome! Thanks again 🙂

---

<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: [April 11, 2006, 10:02am UTC](https://forum.kirupa.com/t/major-problems-loading-external-swfs-please-help/185000/7 "2006-04-11T10:02:56Z")

</div>

no problem=)
