The ONLY code in the movie is this:
This code assumes you name all your movies to load "swfX.swf" where X is a number.Code:i = random(2)+1; loadMovie("swf"+i+".swf", "box_container");
If you want to add other movies (3, 4,583, 27, whatever) just number and name them in this way. Then change the number in the i = line to match the total number of movies.
will choose randomly between your 4 thousand + movies.Code:i = random(4583)+1; loadMovie("swf"+i+".swf", "box_container");
You can do what ever you want with this movie, the code, what ever. I don't hold any copyrights to the code I just write it
Enjoy.




Reply With Quote
) you have broadened my knowledge. xD
(shameless self promotion)



Bookmarks