i need to be able to make a random selection from three choices. Basically i’ll have three seperate .swfs (probably named “1.swf, 2.swf, 3.swf”) and also three separate mp3 files (probably named same way).
The container .swf will have a function which will probably make a ‘random’ selection from the three .swfs of which one to load and also make a ‘random’ selection from one of three mp3 files to load.
no clue how to do this (the random part). can anyone help?