# Need help URGENT!

**URL:** https://forum.kirupa.com/t/need-help-urgent/33304
**Category:** Uncategorized
**Created:** [October 17, 2003, 3:51pm UTC](https://forum.kirupa.com/t/need-help-urgent/33304 "2003-10-17T15:51:54Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![lbeetles](https://avatars.discourse-cdn.com/v4/letter/l/2bfe46/32.png) [@lbeetles](https://forum.kirupa.com/u/lbeetles)
#### Post date: [October 17, 2003, 3:51pm UTC](https://forum.kirupa.com/t/need-help-urgent/33304/1 "2003-10-17T15:51:54Z")

</div>

Someone please help.

I have a html page that has a link, which links to another html page with a flash file on. What i need is when this flash page is accessed i need a new movie to load, which would usually load from the navigation when someone clicks on a button.

Is there anyway to link to a page which then loads a new movie into the main movie. can this be done???

---

<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: [October 19, 2003, 7:14pm UTC](https://forum.kirupa.com/t/need-help-urgent/33304/2 "2003-10-19T19:14:55Z")

</div>

the link is a plain html \<a href\> tag in html link, outside of flash.

Is it possible to click the link to load a flash movie, then within the same link get it to load another flash movie within the first flash movie.

---

<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: [October 19, 2003, 8:08pm UTC](https://forum.kirupa.com/t/need-help-urgent/33304/3 "2003-10-19T20:08:50Z")

</div>

Simply have the first flash file load another within itself one using loadMovie, and then just link to that swf using the html link, or the page in which that swf is placed 🙂

---

<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: [October 19, 2003, 8:21pm UTC](https://forum.kirupa.com/t/need-help-urgent/33304/4 "2003-10-19T20:21:28Z")

</div>

Cheers Voetsjoeba, but do u have an example or some working files to show me how this works.

Much appreciated for your help.

---

<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: [October 19, 2003, 10:15pm UTC](https://forum.kirupa.com/t/need-help-urgent/33304/5 "2003-10-19T22:15:25Z")

</div>

“Is it possible to click the link to load a flash movie, then within the same link get it to load another flash movie within the first flash movie.”

…why?  
Why do you need 2 swf’s?  
And if you really do, all you need in the base-swf is a loadMovie action to bring the other one in…

---

<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: [October 20, 2003, 12:39pm UTC](https://forum.kirupa.com/t/need-help-urgent/33304/6 "2003-10-20T12:39:00Z")

</div>

The main swf is my navigation and then it loads a product in to it. but on the product swf, it has a back button which loads another swf file.  
You can see it here [http://www.sold-out.co.uk/soldout/products/products\_test.htm](http://www.sold-out.co.uk/soldout/products/products_test.htm)  
But if i just load the swf i want and u click on the back button it all loads dodgy and looks ugly.

---

<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: [October 20, 2003, 5:50pm UTC](https://forum.kirupa.com/t/need-help-urgent/33304/7 "2003-10-20T17:50:17Z")

</div>

I don’t see no back button …

---

<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: [October 20, 2003, 9:46pm UTC](https://forum.kirupa.com/t/need-help-urgent/33304/8 "2003-10-20T21:46:43Z")

</div>

the back button is if u say click on “flight sims”, then “eurofighter typhoon” and then you will see the back button.

What im after is when the main swf file loads, i want the html link not to only open the page with that on, but then to open the eurofighter typhoon information to.
