# Loadmovie problem

**URL:** https://forum.kirupa.com/t/loadmovie-problem/58929
**Category:** Uncategorized
**Created:** [July 27, 2004, 5:12am UTC](https://forum.kirupa.com/t/loadmovie-problem/58929 "2004-07-27T05:12:23Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![vazash](https://avatars.discourse-cdn.com/v4/letter/v/edb3f5/32.png) [@vazash](https://forum.kirupa.com/u/vazash)
#### Post date: [July 27, 2004, 5:12am UTC](https://forum.kirupa.com/t/loadmovie-problem/58929/1 "2004-07-27T05:12:23Z")

</div>

Hi guys,

How do I load movies into my swf file wherein after it plays that movie, it goes to the next one automatically.

Its like this. I have a flash movie in which images as well as flash movies rotate one after the other rather like a slideshow. The images slowly fade in and fade out but the flash pages that I would like to show, I want them to play the small animations given and then the movie should continue onto the next file that comes after it?

Can this be done, if so how.

Would really appreciate some help on 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 27, 2004, 5:20am UTC](https://forum.kirupa.com/t/loadmovie-problem/58929/2 "2004-07-27T05:20:35Z")

</div>

Place this on the last frame of an external movie:[AS]\_root.InstanceName.loadMovie(“fileName.swf”);[/AS]I’m sure there’s a better way to do this however this should work. Just change fileName to whatever movie comes next and also change the Instance Name to match yours.

---

<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 27, 2004, 5:22am UTC](https://forum.kirupa.com/t/loadmovie-problem/58929/3 "2004-07-27T05:22:08Z")

</div>

try at the end of the loaded swf putting \_root.container.loadMovie(“whatever.swf”); maybe? just a guess…

edit: 😜 for beating me
