# Timeline transitions between external swfs

**URL:** https://forum.kirupa.com/t/timeline-transitions-between-external-swfs/59274
**Category:** flash
**Created:** [July 29, 2004, 8:04pm UTC](https://forum.kirupa.com/t/timeline-transitions-between-external-swfs/59274 "2004-07-29T20:04:19Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![neiro](https://avatars.discourse-cdn.com/v4/letter/n/ebca7d/32.png) [@neiro](https://forum.kirupa.com/u/neiro)
#### Post date: [July 29, 2004, 8:04pm UTC](https://forum.kirupa.com/t/timeline-transitions-between-external-swfs/59274/1 "2004-07-29T20:04:19Z")

</div>

I read the tutorial about timelime transitions between external swfs and it works perfectly on in flash but when loaded on the web it doesnt work at all.

Was wondering why this is.

I embedded the button code from the tutorial in my script for the xml menu I am using and it works in flash flawlessly but when I push it to the web on my server it doesnt work at all.

Can anyone help me with this…

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: [July 29, 2004, 8:06pm UTC](https://forum.kirupa.com/t/timeline-transitions-between-external-swfs/59274/2 "2004-07-29T20:06:44Z")

</div>

Check your paths. If something works offline but not online, then it’s most likely the paths.

---

<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: [July 29, 2004, 8:23pm UTC](https://forum.kirupa.com/t/timeline-transitions-between-external-swfs/59274/3 "2004-07-29T20:23:00Z")

</div>

heres the thing though

it loads the first swf that is stated in the actionscript for the transitions, but when I click a button it doesnt load any others.

gotoFunction is the function that is called from the as code from the xml menu. Link stands for the variable of what the swf is.

gotoFunction = function (link) {  
if (\_root.currMovie == undefined) {  
\_root.currMovie = link;  
\_root.content.loadMovie(link);  
} else if (\_root.currMovie != link) {  
if (\_root.content.\_currentframe\>=\_root.content.midframe) {  
\_root.currMovie = link;  
\_root.content.play();  
}  
}  
};

I think it is my understanding of timeline depths that is screwing me up.

[http://www.enoxmedia.com/index2.html](http://www.enoxmedia.com/index2.html)

that is the link to view it on the web.

---

<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: [July 30, 2004, 7:36am UTC](https://forum.kirupa.com/t/timeline-transitions-between-external-swfs/59274/4 "2004-07-30T07:36:12Z")

</div>

The files you sent me work fine on my server: [http://voetsjoeba.com/upload/index2.html](http://voetsjoeba.com/upload/index2.html). I wouldn’t know what’s wrong, they work perfectly here.

---

<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: [July 30, 2004, 3:04pm UTC](https://forum.kirupa.com/t/timeline-transitions-between-external-swfs/59274/5 "2004-07-30T15:04:40Z")

</div>

hey Voets,

how did you export those fla files. Did you export as flash 6 or 7 and is as 1.0 or 2.0.

That might be something Im doing wrong. Thanks for the reply

---

<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: [July 30, 2004, 3:40pm UTC](https://forum.kirupa.com/t/timeline-transitions-between-external-swfs/59274/6 "2004-07-30T15:40:24Z")

</div>

I exported it the way I got it, with the same player and AS settings. Lemme check … that would be … FP6 and AS 2.0 !? Try using either FP7 and AS 2.0, or FP6 and AS 1.0.

---

<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: [July 30, 2004, 6:28pm UTC](https://forum.kirupa.com/t/timeline-transitions-between-external-swfs/59274/7 "2004-07-30T18:28:43Z")

</div>

Sorry man,

Im a jack \*\*\*, i was calling index.swf from my html file that was an older version of index2.swf. It works great,

check it out: [http://www.enoxmedia.com/index2.html](http://www.enoxmedia.com/index2.html)

---

<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: [July 30, 2004, 8:33pm UTC](https://forum.kirupa.com/t/timeline-transitions-between-external-swfs/59274/8 "2004-07-30T20:33:24Z")

</div>

Hehe, glad you got it working ! Looks very nice by the way 🙂

---

<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: [July 31, 2004, 12:50am UTC](https://forum.kirupa.com/t/timeline-transitions-between-external-swfs/59274/9 "2004-07-31T00:50:51Z")

</div>

Just a note incase you were unaware of it, but your movie alignment is severly messed up in Firefox. Your only able to see a small portion of the bottom or your page.
