# Showing swf files in a sequence

**URL:** https://forum.kirupa.com/t/showing-swf-files-in-a-sequence/120170
**Category:** Uncategorized
**Created:** [August 21, 2004, 1:44pm UTC](https://forum.kirupa.com/t/showing-swf-files-in-a-sequence/120170 "2004-08-21T13:44:46Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![FlashInthePan](https://avatars.discourse-cdn.com/v4/letter/f/45deac/32.png) [@FlashInthePan](https://forum.kirupa.com/u/FlashInthePan)
#### Post date: [August 21, 2004, 1:44pm UTC](https://forum.kirupa.com/t/showing-swf-files-in-a-sequence/120170/1 "2004-08-21T13:44:46Z")

</div>

Hi  
This maybe easy stuff for some but i am still learning the ropes as far as AS is concerned. I have swf movies in a folder. How do I make a grand movie, or just an .fla file so that it can take each of these swf movies and play them in a given sequence. What i want is that the next movie in sequence should be loaded only after the first movie finishes playing. I can do it by importing the movies in my lib but i want to avoid that Any ideas  
thanks in advance

---

<div class="post-metadata">

### Author: ![dr\_ew](https://avatars.discourse-cdn.com/v4/letter/d/c89c15/32.png) [@dr\_ew](https://forum.kirupa.com/u/dr_ew)
#### Post date: [August 21, 2004, 1:49pm UTC](https://forum.kirupa.com/t/showing-swf-files-in-a-sequence/120170/2 "2004-08-21T13:49:10Z")

</div>

check out this tutorial: [http://www.kirupa.com/developer/mx/full\_site.htm](http://www.kirupa.com/developer/mx/full_site.htm)

If you want the movies to play in a sequence, just use loadMovie at the end of each movie (on the last frame) to load the next one in.

---

<div class="post-metadata">

### Author: ![FlashInthePan](https://avatars.discourse-cdn.com/v4/letter/f/45deac/32.png) [@FlashInthePan](https://forum.kirupa.com/u/FlashInthePan)
#### Post date: [August 21, 2004, 3:51pm UTC](https://forum.kirupa.com/t/showing-swf-files-in-a-sequence/120170/3 "2004-08-21T15:51:49Z")

</div>

I did get the idea. The reason why i don;t want to write something on the last frame of a movie is cause i am using the swf files in other places as well, the sequence and the files do change. So if i write on the end of one ( the loadMovie I mean) then for the next time i have to make a copy of the swf file, any way i could avoid it??
