Homepage

The kirupa.com homepage has random flash movies load in at the top of the page, I was wondering how i could have a random footer load from a site… I would really appreciate it if you could give an explanation of how its done to, thanks!

-Noah

You could store the footer’s names inside an array and pick 1 at random.

or you do something like this[AS]loadMovie(“movieName” + (random(5) +1))[/AS]

well something like that i think…then you could make 5 different movies with names like, movieName1…2…3…4…5

get it?

oh yes, i think i understand, ill try it out when i have the time, thanks!