# Actionscript problem

**URL:** https://forum.kirupa.com/t/actionscript-problem/113025
**Category:** Uncategorized
**Created:** [June 14, 2004, 9:48am UTC](https://forum.kirupa.com/t/actionscript-problem/113025 "2004-06-14T09:48:12Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![EEE](https://avatars.discourse-cdn.com/v4/letter/e/87869e/32.png) [@EEE](https://forum.kirupa.com/u/EEE)
#### Post date: [June 14, 2004, 9:48am UTC](https://forum.kirupa.com/t/actionscript-problem/113025/1 "2004-06-14T09:48:12Z")

</div>

hi,

im doing actionscript to link pages.The needs is : have a set of .swf file movie ,i need to let the user to click on the .swf file they would like to see later .Examples: the user click 1.swf and 2.swf , so it must show 1.swf then 2.swf.

i already try out this using array but how can i using array to loadmovie and trace 2 movie like the case above.

If array cannot , how urs opinion to do this?help…

best wishes~~

---

<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: [June 15, 2004, 5:50pm UTC](https://forum.kirupa.com/t/actionscript-problem/113025/2 "2004-06-15T17:50:27Z")

</div>

Ooh, so you want to load membership.swf after music.swf has loaded ? Or are you trying to let the user click a serie of buttons, and then show the swfs in the clicked order ? I’m kinda confused.

---

<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: [June 15, 2004, 7:33pm UTC](https://forum.kirupa.com/t/actionscript-problem/113025/3 "2004-06-15T19:33:01Z")

</div>

I think he means:

- User clicks on button
- movie1.swf starts playing
- When movie1.swf is finished, movie2.swf starts playing

This might be what you are looking for

---

<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: [June 17, 2004, 3:45am UTC](https://forum.kirupa.com/t/actionscript-problem/113025/4 "2004-06-17T03:45:31Z")

</div>

what i mean is :let the user click a serie of buttons, and then show the swfs in the clicked order.

already try out using the probability ,did you know any to do this beside using probability cos using that need to count all the probability and the swf file is already set according the probability. i want to try to find another method to do this.

---

<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: [June 17, 2004, 9:06am UTC](https://forum.kirupa.com/t/actionscript-problem/113025/5 "2004-06-17T09:06:19Z")

</div>

Okay then, how about this?
