Hi all,

I've got a question about loading movies which I hope some-one can answer for me.

I have got a directory full of .swf files. When my page starts playing, I want flash to choose a random movie clip to preload and then play it. The movies are called m1.swf, m2.swf and so on.

The only thing I need (I think) is the code to generate a number that replaces the different numbers, and then load that specific movie.
Something like:

variable"random_number" & (Random(3))
load movie ("m(random_number).swf",1)

thanks for any help you can give me.
Erwin