Actionscript problem

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~~

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.

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

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.

Okay then, how about this?